Skip to content

Commit 2202ace

Browse files
committed
DTS: Align *-map-mask, *-map-pass-thru types
This PR aligns all the bindings types for Nexus nodes. Now all are the same as ./zephyr/dts/bindings/pwm/pwm-nexus.yaml Signed-off-by: Kyle Micallef Bonnici <[email protected]>
1 parent e57676a commit 2202ace

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dts/bindings/adc/arduino,uno-adc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ properties:
2121
required: true
2222

2323
io-channel-map-mask:
24-
type: compound
24+
type: array
2525

2626
io-channel-map-pass-thru:
27-
type: compound
27+
type: array
2828

2929
"#io-channel-cells":
3030
type: int

dts/bindings/gpio/gpio-nexus.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ properties:
99
required: true
1010

1111
gpio-map-mask:
12-
type: compound
12+
type: array
1313

1414
gpio-map-pass-thru:
15-
type: compound
15+
type: array
1616

1717
"#gpio-cells":
1818
type: int

0 commit comments

Comments
 (0)