lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAL_JsqLW6ue0TrQ=xd_7ySeMvRdjbq0YaSf-3PPowYYuwRQiFA@mail.gmail.com>
Date:   Tue, 18 Jul 2023 10:22:00 -0600
From:   Rob Herring <robh@...nel.org>
To:     Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>,
        Conor Dooley <conor+dt@...nel.org>,
        Nicolas Ferre <nicolas.ferre@...rochip.com>,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        Claudiu Beznea <claudiu.beznea@...rochip.com>
Cc:     devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] ARM: dts: at91-vinco: Fix "status" values

On Mon, Jun 26, 2023 at 4:10 PM Rob Herring <robh@...nel.org> wrote:
>
> The defined value for "status" is "disabled", not "disable".
>
> Signed-off-by: Rob Herring <robh@...nel.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@...000 {
>                         atmel,vbus-gpio = <&pioE 31 GPIO_ACTIVE_HIGH>;
>                         pinctrl-names = "default";
>                         pinctrl-0 = <&pinctrl_usba_vbus>;
> -                       status = "disable";
> +                       status = "disabled";
>                 };
>
>                 usb1: ohci@...000 {
> @@ -168,7 +168,7 @@ usb1: ohci@...000 {
>                                            &pioE 11 GPIO_ACTIVE_LOW
>                                            &pioE 12 GPIO_ACTIVE_LOW
>                                           >;
> -                       status = "disable";
> +                       status = "disabled";
>                 };
>
>                 usb2: ehci@...000 {
> --
> 2.40.1
>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ