Browse Source

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>
pull/51195/head
Maureen Helm 3 years ago committed by Carles Cufí
parent
commit
e8dff86dfc
  1. 2
      dts/bindings/sensor/honeywell,hmc5883l.yaml
  2. 2
      dts/bindings/sensor/honeywell,mpr.yaml
  3. 2
      dts/bindings/sensor/honeywell,sm351lt.yaml

2
dts/bindings/sensor/honeywell,hmc5883l.yaml

@ -5,7 +5,7 @@ description: Honeywell HMC5883L 3-axis magnetometer sensor @@ -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:

2
dts/bindings/sensor/honeywell,mpr.yaml

@ -6,4 +6,4 @@ description: | @@ -6,4 +6,4 @@ description: |
compatible: "honeywell,mpr"
include: i2c-device.yaml
include: [sensor-device.yaml, i2c-device.yaml]

2
dts/bindings/sensor/honeywell,sm351lt.yaml

@ -5,7 +5,7 @@ description: SM351LT magnetoresistive sensor @@ -5,7 +5,7 @@ description: SM351LT magnetoresistive sensor
compatible: "honeywell,sm351lt"
include: base.yaml
include: sensor-device.yaml
properties:
gpios:

Loading…
Cancel
Save