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:
parent
86cbe5dee6
commit
61f4c52380
7 changed files with 7 additions and 7 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -5,4 +5,4 @@ description: MAX30101 heart rate sensor
|
|||
|
||||
compatible: "maxim,max30101"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ description: |
|
|||
|
||||
compatible: "maxim,max31875"
|
||||
|
||||
include: "i2c-device.yaml"
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
||||
properties:
|
||||
conversions-per-second:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ description: |
|
|||
|
||||
compatible: "maxim,max44009"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
|
|
|
|||
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue