devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: orion5x: Fix typo in device_type property of phy node
@ 2013-11-14 14:53 Srinivas Kandagatla
       [not found] ` <1384440788-3529-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>
  2013-11-24 16:44 ` Jason Cooper
  0 siblings, 2 replies; 4+ messages in thread
From: Srinivas Kandagatla @ 2013-11-14 14:53 UTC (permalink / raw)
  To: linux-arm-kernel
  Cc: Mark Rutland, devicetree, Russell King, Pawel Moll, Ian Campbell,
	srinivas.kandagatla, Stephen Warren, linux-kernel, Rob Herring

This patch fixes a typo for device_type property of phy node.
This can work as of today but once a checks are added in generic code
this typo will stop phy from working.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
---
 .../dts/orion5x-lacie-ethernet-disk-mini-v2.dts    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
index aed83de..fcc5bb6 100644
--- a/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
+++ b/arch/arm/boot/dts/orion5x-lacie-ethernet-disk-mini-v2.dts
@@ -58,7 +58,7 @@
 	status = "okay";
 
 	ethphy: ethernet-phy {
-		device-type = "ethernet-phy";
+		device_type = "ethernet-phy";
 		reg = <8>;
 	};
 };
-- 
1.7.6.5

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

end of thread, other threads:[~2013-11-24 16:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 14:53 [PATCH] ARM: orion5x: Fix typo in device_type property of phy node Srinivas Kandagatla
     [not found] ` <1384440788-3529-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org>
2013-11-14 15:36   ` Andrew Lunn
     [not found]     ` <20131114153650.GK21691-g2DYL2Zd6BY@public.gmane.org>
2013-11-15  9:22       ` srinivas kandagatla
2013-11-24 16:44 ` Jason Cooper

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).