All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: imx28-evk: Fix the ethernet regulator name
@ 2013-04-04 18:05 Fabio Estevam
  2013-04-05  1:29 ` Fabio Estevam
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2013-04-04 18:05 UTC (permalink / raw)
  To: linux-arm-kernel

FEC driver looks for "phy" as the regulator-name:

reg_phy = devm_regulator_get(&pdev->dev, "phy");

So adjust it properly.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/boot/dts/imx28-evk.dts |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/imx28-evk.dts b/arch/arm/boot/dts/imx28-evk.dts
index c886e9a..fad5ed7 100644
--- a/arch/arm/boot/dts/imx28-evk.dts
+++ b/arch/arm/boot/dts/imx28-evk.dts
@@ -286,7 +286,7 @@
 
 		reg_fec_3v3: fec-3v3 {
 			compatible = "regulator-fixed";
-			regulator-name = "fec-3v3";
+			regulator-name = "phy";
 			regulator-min-microvolt = <3300000>;
 			regulator-max-microvolt = <3300000>;
 			gpio = <&gpio2 15 0>;
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: dts: imx28-evk: Fix the ethernet regulator name
  2013-04-04 18:05 [PATCH] ARM: dts: imx28-evk: Fix the ethernet regulator name Fabio Estevam
@ 2013-04-05  1:29 ` Fabio Estevam
  0 siblings, 0 replies; 2+ messages in thread
From: Fabio Estevam @ 2013-04-05  1:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Apr 4, 2013 at 3:05 PM, Fabio Estevam
<fabio.estevam@freescale.com> wrote:
> FEC driver looks for "phy" as the regulator-name:
>
> reg_phy = devm_regulator_get(&pdev->dev, "phy");
>
> So adjust it properly.

Please discard this one. Current code is correct.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-04-05  1:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-04 18:05 [PATCH] ARM: dts: imx28-evk: Fix the ethernet regulator name Fabio Estevam
2013-04-05  1:29 ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.