dts: bindings: Migrate HOPERF sensors to inherit base sensor properties

Migrates all HOPERF 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:
Maureen Helm 2022-09-30 15:34:32 -05:00 committed by Carles Cufí
parent e8dff86dfc
commit f25dcdde27
2 changed files with 2 additions and 2 deletions

View file

@ -8,4 +8,4 @@ description: |
compatible: "hoperf,hp206c"
include: i2c-device.yaml
include: [sensor-device.yaml, i2c-device.yaml]

View file

@ -7,4 +7,4 @@ description: |
compatible: "hoperf,th02"
include: i2c-device.yaml
include: [sensor-device.yaml, i2c-device.yaml]