From: Sascha Hauer <s.hauer@pengutronix.de>
To: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH] ARM: i.MX53 QSB: drop phy reset handling in board file
Date: Tue, 26 Sep 2017 08:47:42 +0200 [thread overview]
Message-ID: <20170926064742.w3c6rldd5awd7gx3@pengutronix.de> (raw)
In-Reply-To: <20170922095459.32629-1-u.kleine-koenig@pengutronix.de>
On Fri, Sep 22, 2017 at 11:54:59AM +0200, Uwe Kleine-König wrote:
> Since commit
>
> 5c1846b62524 ("ARM: i.mx53: Parse Reset GPIO pin in FEC driver from Devicetree")
>
> the fec driver ensures a phy reset. As there is little use in resetting
> twice, drop the reset from the board file.
>
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> ---
> arch/arm/boards/freescale-mx53-qsb/board.c | 11 -----------
> 1 file changed, 11 deletions(-)
Applied, thanks
Sascha
>
> diff --git a/arch/arm/boards/freescale-mx53-qsb/board.c b/arch/arm/boards/freescale-mx53-qsb/board.c
> index f75c9d12cd6b..0b1c927b81d4 100644
> --- a/arch/arm/boards/freescale-mx53-qsb/board.c
> +++ b/arch/arm/boards/freescale-mx53-qsb/board.c
> @@ -64,15 +64,6 @@ static void set_board_rev(int rev)
> loco_system_rev = (loco_system_rev & ~(0xF << 8)) | (rev & 0xF) << 8;
> }
>
> -#define LOCO_FEC_PHY_RST IMX_GPIO_NR(7, 6)
> -
> -static void loco_fec_reset(void)
> -{
> - gpio_direction_output(LOCO_FEC_PHY_RST, 0);
> - mdelay(1);
> - gpio_set_value(LOCO_FEC_PHY_RST, 1);
> -}
> -
> #define MX53_LOCO_USB_PWREN IMX_GPIO_NR(7, 8)
>
> static int loco_late_init(void)
> @@ -148,8 +139,6 @@ static int loco_late_init(void)
> gpio_direction_output(MX53_LOCO_USB_PWREN, 0);
> gpio_set_value(MX53_LOCO_USB_PWREN, 1);
>
> - loco_fec_reset();
> -
> set_silicon_rev(imx_silicon_revision());
>
> armlinux_set_architecture(MACH_TYPE_MX53_LOCO);
> --
> 2.11.0
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2017-09-26 6:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-09-22 9:54 Uwe Kleine-König
2017-09-26 6:47 ` Sascha Hauer [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=20170926064742.w3c6rldd5awd7gx3@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=u.kleine-koenig@pengutronix.de \
/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