[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CANZWyGKqdejR1pdw1bcVXwRegJ3AtGEXao6SzQzc5Ggq8mWWSQ@mail.gmail.com>
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