netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alfred Lee <l00g33k@gmail.com>
To: Andrew Lunn <andrew@lunn.ch>
Cc: Fabio Estevam <festevam@gmail.com>,
	Vladimir Oltean <olteanv@gmail.com>,
	 netdev <netdev@vger.kernel.org>,
	Jakub Kicinski <kuba@kernel.org>,
	sashal@kernel.org
Subject: Re: mv88e6xxx: Timeout waiting for EEPROM done
Date: Tue, 19 Sep 2023 11:14:05 -0700	[thread overview]
Message-ID: <CANZWyGKqdejR1pdw1bcVXwRegJ3AtGEXao6SzQzc5Ggq8mWWSQ@mail.gmail.com> (raw)
In-Reply-To: <597f21f0-e922-440c-91af-b12cb2a0b7a4@lunn.ch>

On Thu, Sep 14, 2023 at 2:38 PM Andrew Lunn <andrew@lunn.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>

      parent reply	other threads:[~2023-09-19 18:14 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-14 14:31 mv88e6xxx: Timeout waiting for EEPROM done Fabio Estevam
2023-09-14 15:15 ` Andrew Lunn
2023-09-14 16:22   ` Fabio Estevam
2023-09-14 19:05     ` Fabio Estevam
2023-09-14 21:38       ` Andrew Lunn
2023-09-15  0:40         ` Fabio Estevam
2023-09-15 13:08           ` Andrew Lunn
2023-09-15 14:13             ` Fabio Estevam
2023-09-15 14:34               ` Andrew Lunn
2023-09-15 17:05                 ` Fabio Estevam
2023-09-15 18:23                   ` Andrew Lunn
2023-09-19 19:23                     ` Fabio Estevam
2023-09-19 19:44                       ` Andrew Lunn
2023-09-20  0:47                         ` Fabio Estevam
2023-09-20 14:52                           ` Andrew Lunn
2023-09-20 16:28                             ` Fabio Estevam
2023-09-20 16:46                               ` Andrew Lunn
2023-09-16 21:43         ` Alfred Lee
2023-09-19 18:14         ` Alfred Lee [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CANZWyGKqdejR1pdw1bcVXwRegJ3AtGEXao6SzQzc5Ggq8mWWSQ@mail.gmail.com \
    --to=l00g33k@gmail.com \
    --cc=andrew@lunn.ch \
    --cc=festevam@gmail.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=olteanv@gmail.com \
    --cc=sashal@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).