Skip to content

Commit 2177b84

Browse files
ubiedakartben
authored andcommitted
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>
1 parent e8e7290 commit 2177b84

File tree

7 files changed

+9
-4
lines changed

7 files changed

+9
-4
lines changed

dts/bindings/sensor/ams,as6212.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: |
77
88
compatible: "ams,as6212"
99

10-
include: i2c-device.yaml
10+
include: [sensor-device.yaml, i2c-device.yaml]
1111

1212
properties:
1313
alert-gpios:

dts/bindings/sensor/ist,tsic-xx6.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ description: |
1717
1818
compatible: "ist,tsic-xx6"
1919

20+
include: sensor-device.yaml
21+
2022
properties:
2123
pwms:
2224
required: true

dts/bindings/sensor/nordic,nrf-temp-nrfs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ description: |
66
77
compatible: "nordic,nrf-temp-nrfs"
88

9-
include: base.yaml
9+
include: [base.yaml, sensor-device.yaml]

dts/bindings/sensor/nxp,p3t1755-common.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
description: |
55
NXP P3T1755 digital temperature sensor.
66
7+
include: sensor-device.yaml
8+
79
properties:
810
oneshot-mode:
911
type: boolean

dts/bindings/sensor/pixart,paa3905.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: PA3905 optical flow sensor
66

77
compatible: "pixart,paa3905"
88

9-
include: spi-device.yaml
9+
include: [sensor-device.yaml, spi-device.yaml]
1010

1111
properties:
1212
resolution:

dts/bindings/sensor/st,stm32-digi-temp.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: STM32 Digital Temperature Sensor.
55

66
compatible: "st,stm32-digi-temp"
77

8-
include: base.yaml
8+
include: [sensor-device.yaml, base.yaml]
99

1010
properties:
1111
reg:

dts/bindings/sensor/st,stm32-qdec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ compatible: "st,stm32-qdec"
88
include:
99
- name: base.yaml
1010
- name: pinctrl-device.yaml
11+
- name: sensor-device.yaml
1112

1213
properties:
1314
pinctrl-0:

0 commit comments

Comments
 (0)