diff options
| author | 2023-06-26 16:10:10 -0600 | |
|---|---|---|
| committer | 2023-07-31 08:17:36 +0300 | |
| commit | 1cbb7c4dcbc15ddbd7a52c49a0b0176eb0dc5e20 (patch) | |
| tree | 61a5b9e0cbfcde0e82b7fb318beb917b3ae4afc9 | |
| parent | ARM: dts: microchip: add missing space before { (diff) | |
| download | linux-rng-1cbb7c4dcbc15ddbd7a52c49a0b0176eb0dc5e20.tar.xz linux-rng-1cbb7c4dcbc15ddbd7a52c49a0b0176eb0dc5e20.zip | |
ARM: dts: at91-vinco: Fix "status" values
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>
| -rw-r--r-- | arch/arm/boot/dts/microchip/at91-vinco.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/microchip/at91-vinco.dts b/arch/arm/boot/dts/microchip/at91-vinco.dts index ebeaa6ab500e..ecbdacf48708 100644 --- a/arch/arm/boot/dts/microchip/at91-vinco.dts +++ b/arch/arm/boot/dts/microchip/at91-vinco.dts @@ -159,7 +159,7 @@ 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 @@ &pioE 11 GPIO_ACTIVE_LOW &pioE 12 GPIO_ACTIVE_LOW >; - status = "disable"; + status = "disabled"; }; usb2: ehci@600000 { |
