OSDN Git Service

ARM: dts: at91-vinco: Fix "status" values
authorRob Herring <robh@kernel.org>
Mon, 26 Jun 2023 22:10:10 +0000 (16:10 -0600)
committerClaudiu Beznea <claudiu.beznea@tuxon.dev>
Mon, 31 Jul 2023 05:17:36 +0000 (08:17 +0300)
The defined value for "status" is "disabled", not "disable".

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Link: https://lore.kernel.org/r/20230626221010.3946263-1-robh@kernel.org
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
arch/arm/boot/dts/microchip/at91-vinco.dts

index ebeaa6a..ecbdacf 100644 (file)
                        atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
                        pinctrl-names = "default";
                        pinctrl-0 = <&pinctrl_usba_vbus>;
-                       status = "disable";
+                       status = "disabled";
                };
 
                usb1: ohci@500000 {
                                           &pioE 11 GPIO_ACTIVE_LOW
                                           &pioE 12 GPIO_ACTIVE_LOW
                                          >;
-                       status = "disable";
+                       status = "disabled";
                };
 
                usb2: ehci@600000 {