* [PATCH] ARM: dts: at91-vinco: Fix "status" values
@ 2023-06-26 22:10 Rob Herring
2023-07-18 16:22 ` Rob Herring
2023-07-18 16:37 ` Nicolas Ferre
0 siblings, 2 replies; 4+ messages in thread
From: Rob Herring @ 2023-06-26 22:10 UTC (permalink / raw)
To: Krzysztof Kozlowski, Conor Dooley, Nicolas Ferre,
Alexandre Belloni, Claudiu Beznea
Cc: devicetree, linux-arm-kernel, linux-kernel
The defined value for "status" is "disabled", not "disable".
Signed-off-by: Rob Herring <robh@kernel.org>
---
arch/arm/boot/dts/microchip/at91-vinco.dts | 4 ++--
1 file 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 @@ 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 {
--
2.40.1
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] ARM: dts: at91-vinco: Fix "status" values
2023-06-26 22:10 [PATCH] ARM: dts: at91-vinco: Fix "status" values Rob Herring
@ 2023-07-18 16:22 ` Rob Herring
2023-07-18 16:37 ` Nicolas Ferre
1 sibling, 0 replies; 4+ messages in thread
From: Rob Herring @ 2023-07-18 16:22 UTC (permalink / raw)
To: Krzysztof Kozlowski, Conor Dooley, Nicolas Ferre,
Alexandre Belloni, Claudiu Beznea
Cc: devicetree, linux-arm-kernel, linux-kernel
On Mon, Jun 26, 2023 at 4:10 PM Rob Herring <robh@kernel.org> wrote:
>
> The defined value for "status" is "disabled", not "disable".
>
> Signed-off-by: Rob Herring <robh@kernel.org>
> ---
> arch/arm/boot/dts/microchip/at91-vinco.dts | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Ping!
>
> 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 @@ 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 {
> --
> 2.40.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] ARM: dts: at91-vinco: Fix "status" values
2023-06-26 22:10 [PATCH] ARM: dts: at91-vinco: Fix "status" values Rob Herring
2023-07-18 16:22 ` Rob Herring
@ 2023-07-18 16:37 ` Nicolas Ferre
2023-08-02 4:48 ` claudiu beznea
1 sibling, 1 reply; 4+ messages in thread
From: Nicolas Ferre @ 2023-07-18 16:37 UTC (permalink / raw)
To: Rob Herring, Krzysztof Kozlowski, Conor Dooley, Alexandre Belloni,
Claudiu Beznea
Cc: devicetree, linux-arm-kernel, linux-kernel
On 27/06/2023 at 00:10, Rob Herring wrote:
> EXTERNAL EMAIL: Do not click links or open attachments unless you know the content is safe
>
> 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>
We'll queue the patch in our tree (and linux-next) soon (tm).
Best regards,
Nicolas
> ---
> arch/arm/boot/dts/microchip/at91-vinco.dts | 4 ++--
> 1 file 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 @@ 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 {
> --
> 2.40.1
>
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [PATCH] ARM: dts: at91-vinco: Fix "status" values
2023-07-18 16:37 ` Nicolas Ferre
@ 2023-08-02 4:48 ` claudiu beznea
0 siblings, 0 replies; 4+ messages in thread
From: claudiu beznea @ 2023-08-02 4:48 UTC (permalink / raw)
To: Nicolas Ferre, Rob Herring, Krzysztof Kozlowski, Conor Dooley,
Alexandre Belloni
Cc: devicetree, linux-arm-kernel, linux-kernel
On 18.07.2023 19:37, Nicolas Ferre wrote:
> On 27/06/2023 at 00:10, Rob Herring wrote:
>> EXTERNAL EMAIL: Do not click links or open attachments unless you know
>> the content is safe
>>
>> 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>
> We'll queue the patch in our tree (and linux-next) soon (tm).
> Best regards,
> Nicolas
Applied to at91-dt, thanks!
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-08-02 4:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-26 22:10 [PATCH] ARM: dts: at91-vinco: Fix "status" values Rob Herring
2023-07-18 16:22 ` Rob Herring
2023-07-18 16:37 ` Nicolas Ferre
2023-08-02 4:48 ` claudiu beznea
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).