dts: bindings: Migrate Seeed sensors to inherit base sensor properties
Migrates all Seeed 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
653d0f56fe
commit
36945aaf4d
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ description: Grove Photo-Resistor Light Sensor
|
|||
|
||||
compatible: "seeed,grove-light"
|
||||
|
||||
include: base.yaml
|
||||
include: sensor-device.yaml
|
||||
|
||||
properties:
|
||||
io-channels:
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ description: Grove NTC Temperature Sensor
|
|||
|
||||
compatible: "seeed,grove-temperature"
|
||||
|
||||
include: base.yaml
|
||||
include: sensor-device.yaml
|
||||
|
||||
properties:
|
||||
io-channels:
|
||||
|
|
|
|||
Loading…
Reference in a new issue