From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Thu, 14 Nov 2013 16:36:50 +0100 Subject: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node In-Reply-To: <1384440788-3529-1-git-send-email-srinivas.kandagatla@st.com> References: <1384440788-3529-1-git-send-email-srinivas.kandagatla@st.com> Message-ID: <20131114153650.GK21691@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, Nov 14, 2013 at 02:53:08PM +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 Hi Srinivas Please CC: the Marvell maintainers for patches like this. I added them in CC: Acked-by: Andrew Lunn > --- > .../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 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel at lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node Date: Thu, 14 Nov 2013 16:36:50 +0100 Message-ID: <20131114153650.GK21691@lunn.ch> References: <1384440788-3529-1-git-send-email-srinivas.kandagatla@st.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1384440788-3529-1-git-send-email-srinivas.kandagatla-qxv4g6HH51o@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Srinivas Kandagatla Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Russell King , Pawel Moll , Ian Campbell , Stephen Warren , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Jason Cooper , Gregory Clement List-Id: devicetree@vger.kernel.org On Thu, Nov 14, 2013 at 02:53:08PM +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 Hi Srinivas Please CC: the Marvell maintainers for patches like this. I added them in CC: Acked-by: Andrew Lunn > --- > .../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 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754572Ab3KNPmg (ORCPT ); Thu, 14 Nov 2013 10:42:36 -0500 Received: from vps0.lunn.ch ([178.209.37.122]:53510 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752880Ab3KNPm1 (ORCPT ); Thu, 14 Nov 2013 10:42:27 -0500 Date: Thu, 14 Nov 2013 16:36:50 +0100 From: Andrew Lunn To: Srinivas Kandagatla Cc: linux-arm-kernel@lists.infradead.org, Mark Rutland , devicetree@vger.kernel.org, Russell King , Pawel Moll , Ian Campbell , Stephen Warren , linux-kernel@vger.kernel.org, Rob Herring , Jason Cooper , Gregory Clement Subject: Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy node Message-ID: <20131114153650.GK21691@lunn.ch> References: <1384440788-3529-1-git-send-email-srinivas.kandagatla@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1384440788-3529-1-git-send-email-srinivas.kandagatla@st.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Nov 14, 2013 at 02:53:08PM +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 Hi Srinivas Please CC: the Marvell maintainers for patches like this. I added them in CC: Acked-by: Andrew Lunn > --- > .../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 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel