dts: bindings: Migrate Honeywell sensors to inherit base sensor props
Migrates all Honeywell 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
a7c5b0fa4b
commit
e8dff86dfc
|
@ -5,7 +5,7 @@ description: Honeywell HMC5883L 3-axis magnetometer sensor
|
|||
|
||||
compatible: "honeywell,hmc5883l"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
||||
properties:
|
||||
int-gpios:
|
||||
|
|
|
@ -6,4 +6,4 @@ description: |
|
|||
|
||||
compatible: "honeywell,mpr"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
|
|
@ -5,7 +5,7 @@ description: SM351LT magnetoresistive sensor
|
|||
|
||||
compatible: "honeywell,sm351lt"
|
||||
|
||||
include: base.yaml
|
||||
include: sensor-device.yaml
|
||||
|
||||
properties:
|
||||
gpios:
|
||||
|
|
Loading…
Reference in a new issue