Skip to content

Commit b5934e8

Browse files
conweekkartben
authored andcommitted
dts: bindings: adc: add io-channel-cells property to ti,ads1119
Added io-channel-cells to the binding as is standard for the ads1x1x binding. Additionally, this prevents an issue where you cannot compile due to the length of this property being longer than expected. Signed-off-by: Connor Weekes <[email protected]>
1 parent f32bfb3 commit b5934e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dts/bindings/adc/ti,ads1119.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ compatible: "ti,ads1119"
77

88
include: [adc-controller.yaml, i2c-device.yaml]
99

10+
io-channel-cells:
11+
- input
12+
1013
properties:
1114
"#io-channel-cells":
1215
const: 1

0 commit comments

Comments
 (0)