dts: bindings: Migrate Maxim sensors to inherit base sensor properties

Migrates all Maxim sensors to inherit base sensor device properties.
This will allow us to define properties shared by multiple sensors in
one place.

Signed-off-by: Maureen Helm <maureen.helm@intel.com>
This commit is contained in:
Maureen Helm 2022-09-30 15:53:15 -05:00 committed by Carles Cufí
parent 86cbe5dee6
commit 61f4c52380
7 changed files with 7 additions and 7 deletions

View file

@ -5,7 +5,7 @@ description: Maxim 1-Wire temperature sensor
compatible: "maxim,ds18b20"
include: w1-slave.yaml
include: [sensor-device.yaml, w1-slave.yaml]
properties:
resolution:

View file

@ -8,7 +8,7 @@ description: Maxim MAX17055 Fuel Gauge
compatible: "maxim,max17055"
include: i2c-device.yaml
include: [sensor-device.yaml, i2c-device.yaml]
properties:
design-capacity:

View file

@ -8,7 +8,7 @@ description: Maxim MAX17262 Fuel Gauge
compatible: "maxim,max17262"
include: i2c-device.yaml
include: [sensor-device.yaml, i2c-device.yaml]
properties:
design-voltage:

View file

@ -5,4 +5,4 @@ description: MAX30101 heart rate sensor
compatible: "maxim,max30101"
include: i2c-device.yaml
include: [sensor-device.yaml, i2c-device.yaml]

View file

@ -11,7 +11,7 @@ description: |
compatible: "maxim,max31875"
include: "i2c-device.yaml"
include: [sensor-device.yaml, i2c-device.yaml]
properties:
conversions-per-second:

View file

@ -7,7 +7,7 @@ description: |
compatible: "maxim,max44009"
include: i2c-device.yaml
include: [sensor-device.yaml, i2c-device.yaml]
properties:
int-gpios:

View file

@ -5,4 +5,4 @@ description: MAX6675 K-thermocouple to digital converter
compatible: "maxim,max6675"
include: spi-device.yaml
include: [sensor-device.yaml, spi-device.yaml]