Commit 1cbb7c4d authored by Rob Herring's avatar Rob Herring Committed by Claudiu Beznea

ARM: dts: at91-vinco: Fix "status" values

The defined value for "status" is "disabled", not "disable".
Signed-off-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarNicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20230626221010.3946263-1-robh@kernel.orgSigned-off-by: default avatarClaudiu Beznea <claudiu.beznea@tuxon.dev>
parent dd471ebb
......@@ -159,7 +159,7 @@ usb0: gadget@400000 {
atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_usba_vbus>;
status = "disable";
status = "disabled";
};
usb1: ohci@500000 {
......@@ -168,7 +168,7 @@ usb1: ohci@500000 {
&pioE 11 GPIO_ACTIVE_LOW
&pioE 12 GPIO_ACTIVE_LOW
>;
status = "disable";
status = "disabled";
};
usb2: ehci@600000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment