* [PATCH] ARM: dove: Fix typo in device_type property of phy node
@ 2013-11-14 14:54 Srinivas Kandagatla
2013-11-14 15:37 ` Andrew Lunn
2013-11-24 16:54 ` Jason Cooper
0 siblings, 2 replies; 3+ messages in thread
From: Srinivas Kandagatla @ 2013-11-14 14:54 UTC (permalink / raw)
To: linux-arm-kernel
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>
---
arch/arm/boot/dts/dove.dtsi | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index cc27916..b4a6559 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -481,7 +481,7 @@
status = "disabled";
ethphy: ethernet-phy {
- device-type = "ethernet-phy";
+ device_type = "ethernet-phy";
/* set phy address in board file */
};
};
--
1.7.6.5
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] ARM: dove: Fix typo in device_type property of phy node
2013-11-14 14:54 [PATCH] ARM: dove: Fix typo in device_type property of phy node Srinivas Kandagatla
@ 2013-11-14 15:37 ` Andrew Lunn
2013-11-24 16:54 ` Jason Cooper
1 sibling, 0 replies; 3+ messages in thread
From: Andrew Lunn @ 2013-11-14 15:37 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 14, 2013 at 02:54:59PM +0000, Srinivas Kandagatla wrote:
> 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>
Acked-by: Andrew Lunn <andrew@lunn.ch>
> ---
> arch/arm/boot/dts/dove.dtsi | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
> index cc27916..b4a6559 100644
> --- a/arch/arm/boot/dts/dove.dtsi
> +++ b/arch/arm/boot/dts/dove.dtsi
> @@ -481,7 +481,7 @@
> status = "disabled";
>
> ethphy: ethernet-phy {
> - device-type = "ethernet-phy";
> + device_type = "ethernet-phy";
> /* set phy address in board file */
> };
> };
> --
> 1.7.6.5
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] ARM: dove: Fix typo in device_type property of phy node
2013-11-14 14:54 [PATCH] ARM: dove: Fix typo in device_type property of phy node Srinivas Kandagatla
2013-11-14 15:37 ` Andrew Lunn
@ 2013-11-24 16:54 ` Jason Cooper
1 sibling, 0 replies; 3+ messages in thread
From: Jason Cooper @ 2013-11-24 16:54 UTC (permalink / raw)
To: linux-arm-kernel
On Thu, Nov 14, 2013 at 02:54:59PM +0000, Srinivas Kandagatla wrote:
> 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>
> ---
> arch/arm/boot/dts/dove.dtsi | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
Applied to mvebu/dt with Andrew's Ack. I had to hand add it due to the
reworking of dove.dtsi last time around. I've attached my version, let
me know if it looks amiss.
thx,
Jason.
----------->8---------------------
commit 9e52c63992c19b1d2e9a6b6b8ba61aaf35e9fd17
Author: Srinivas Kandagatla <srinivas.kandagatla@st.com>
Date: Sun Nov 24 16:47:51 2013 +0000
ARM: dove: Fix typo in device_type property of phy node
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.
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@st.com>
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi
index 113a8bc7bee7..abd7a6fd77f1 100644
--- a/arch/arm/boot/dts/dove.dtsi
+++ b/arch/arm/boot/dts/dove.dtsi
@@ -559,7 +559,7 @@
status = "disabled";
ethphy: ethernet-phy {
- device-type = "ethernet-phy";
+ device_type = "ethernet-phy";
/* set phy address in board file */
};
};
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-11-24 16:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-14 14:54 [PATCH] ARM: dove: Fix typo in device_type property of phy node Srinivas Kandagatla
2013-11-14 15:37 ` Andrew Lunn
2013-11-24 16:54 ` 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).