dts: bindings: Migrate LM sensors to inherit base sensor properties
Migrates all LM 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
45ffc2397a
commit
86cbe5dee6
|
@ -5,4 +5,4 @@ description: LM75 Digital Temperature Sensor with 2-Wire Interface.
|
|||
|
||||
compatible: "lm75"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
|
|
@ -6,7 +6,7 @@ description: |
|
|||
|
||||
compatible: "lm77"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
|
|
Loading…
Reference in a new issue