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 <cweek24@gmail.com>
This commit is contained in:
parent
f32bfb3116
commit
b5934e8dfe
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@ compatible: "ti,ads1119"
|
|||
|
||||
include: [adc-controller.yaml, i2c-device.yaml]
|
||||
|
||||
io-channel-cells:
|
||||
- input
|
||||
|
||||
properties:
|
||||
"#io-channel-cells":
|
||||
const: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue