Skip to content

Commit 4d59868

Browse files
ottojofabiobaltieri
authored andcommitted
dts: usb-c: fix invalid power-role in example
The example sets the power-role to "SINK", but the value is case-sensitive and only accepts lowercase "sink". Signed-off-by: Jonas Otto <[email protected]>
1 parent 153c418 commit 4d59868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/bindings/usb-c/usb-c-connector.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ description: |
2929
reg = <1>;
3030
tcpc = <&ucpd1>;
3131
vbus = <&vbus1>;
32-
power-role = "SINK";
32+
power-role = "sink";
3333
sink-pdos = <PDO_FIXED(5000, 2000, PDO_FIXED_USB_COMM)
3434
PDO_VAR(5000, 12000, 2000)>;
3535
op-sink-microwatt = <10000000>;

0 commit comments

Comments
 (0)