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]
Date: Tue, 19 Sep 2023 11:14:05 -0700
From: Alfred Lee <l00g33k@...il.com>
To: Andrew Lunn <andrew@...n.ch>
Cc: Fabio Estevam <festevam@...il.com>, Vladimir Oltean <olteanv@...il.com>, 
	netdev <netdev@...r.kernel.org>, Jakub Kicinski <kuba@...nel.org>, sashal@...nel.org
Subject: Re: mv88e6xxx: Timeout waiting for EEPROM done

On Thu, Sep 14, 2023 at 2:38 PM Andrew Lunn <andrew@...n.ch> wrote:

> Alfred: How do you have the reset GPIO configured in your DT?
> GPIO_ACTIVE_LOW?
>
>     Andrew

Hello Andrew,

It is indeed set to GPIO_ACTIVE_LOW:

    switch0: switch0@0 {
        compatible = "marvell,mv88e6190";
        pinctrl-0 = <&pinctrl_sw_reset>;
        pinctrl-names = "default";
        #address-cells = <1>;
        #size-cells = <0>;
        reg = <0>;
        eeprom-length = <512>;
        reset-gpios = <&gpio3 11 GPIO_ACTIVE_LOW>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ