dts: bindings: Migrate MEAS sensors to inherit base sensor properties
Migrates all Measurement Specialties 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
61f4c52380
commit
1c36b2555c
|
@ -7,4 +7,4 @@ description: |
|
|||
|
||||
compatible: "meas,ms5607"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
|
|
@ -7,4 +7,4 @@ description: |
|
|||
|
||||
compatible: "meas,ms5607"
|
||||
|
||||
include: spi-device.yaml
|
||||
include: [sensor-device.yaml, spi-device.yaml]
|
||||
|
|
|
@ -5,4 +5,4 @@ description: TE Connectivity MS5837 digital pressure sensor
|
|||
|
||||
compatible: "meas,ms5837"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
|
Loading…
Reference in New Issue