sensor: dts: Add sensor-device.yaml to all instances
Some were missing them, as pointed out on #86747. Signed-off-by: Luis Ubieda <luisf@croxel.com>
This commit is contained in:
parent
e8e7290aba
commit
2177b84b7b
@ -7,7 +7,7 @@ description: |
|
||||
|
||||
compatible: "ams,as6212"
|
||||
|
||||
include: i2c-device.yaml
|
||||
include: [sensor-device.yaml, i2c-device.yaml]
|
||||
|
||||
properties:
|
||||
alert-gpios:
|
||||
|
||||
@ -17,6 +17,8 @@ description: |
|
||||
|
||||
compatible: "ist,tsic-xx6"
|
||||
|
||||
include: sensor-device.yaml
|
||||
|
||||
properties:
|
||||
pwms:
|
||||
required: true
|
||||
|
||||
@ -6,4 +6,4 @@ description: |
|
||||
|
||||
compatible: "nordic,nrf-temp-nrfs"
|
||||
|
||||
include: base.yaml
|
||||
include: [base.yaml, sensor-device.yaml]
|
||||
|
||||
@ -4,6 +4,8 @@
|
||||
description: |
|
||||
NXP P3T1755 digital temperature sensor.
|
||||
|
||||
include: sensor-device.yaml
|
||||
|
||||
properties:
|
||||
oneshot-mode:
|
||||
type: boolean
|
||||
|
||||
@ -6,7 +6,7 @@ description: PA3905 optical flow sensor
|
||||
|
||||
compatible: "pixart,paa3905"
|
||||
|
||||
include: spi-device.yaml
|
||||
include: [sensor-device.yaml, spi-device.yaml]
|
||||
|
||||
properties:
|
||||
resolution:
|
||||
|
||||
@ -5,7 +5,7 @@ description: STM32 Digital Temperature Sensor.
|
||||
|
||||
compatible: "st,stm32-digi-temp"
|
||||
|
||||
include: base.yaml
|
||||
include: [sensor-device.yaml, base.yaml]
|
||||
|
||||
properties:
|
||||
reg:
|
||||
|
||||
@ -8,6 +8,7 @@ compatible: "st,stm32-qdec"
|
||||
include:
|
||||
- name: base.yaml
|
||||
- name: pinctrl-device.yaml
|
||||
- name: sensor-device.yaml
|
||||
|
||||
properties:
|
||||
pinctrl-0:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user