[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20130130054833.GA24450@S2100-06.ap.freescale.net>
Date: Wed, 30 Jan 2013 13:48:40 +0800
From: Shawn Guo <shawn.guo@...aro.org>
To: Wolfram Sang <w.sang@...gutronix.de>
CC: <linux-arm-kernel@...ts.infradead.org>, <netdev@...r.kernel.org>,
Shawn Guo <shawn.guo@...escale.com>
Subject: Re: [RFC 3/3] arm: mach-mxs: make enabling enet_out a legacy function
On Tue, Jan 29, 2013 at 03:46:13PM +0100, Wolfram Sang wrote:
> @@ -351,7 +359,7 @@ static void __init tx28_post_init(void)
> struct pinctrl *pctl;
> int ret;
>
> - enable_clk_enet_out();
> + legacy_enable_clk_enet_out();
I think TX28 is the only case that really needs to turn on enet_out
clock at platform level, since it has some dirty work about PHY to do
here. With with fec driver handling the clock, enable_clk_enet_out()
can just be removed for other boards.
Shawn
>
> np = of_find_compatible_node(NULL, NULL, "fsl,imx28-fec");
> pdev = of_find_device_by_node(np);
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists