[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20131114153650.GK21691@lunn.ch>
Date: Thu, 14 Nov 2013 16:36:50 +0100
From: Andrew Lunn <andrew@...n.ch>
To: Srinivas Kandagatla <srinivas.kandagatla@...com>
Cc: linux-arm-kernel@...ts.infradead.org,
Mark Rutland <mark.rutland@....com>,
devicetree@...r.kernel.org, Russell King <linux@....linux.org.uk>,
Pawel Moll <pawel.moll@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Stephen Warren <swarren@...dotorg.org>,
linux-kernel@...r.kernel.org,
Rob Herring <rob.herring@...xeda.com>,
Jason Cooper <jason@...edaemon.net>,
Gregory Clement <gregory.clement@...e-electrons.com>
Subject: Re: [PATCH] ARM: orion5x: Fix typo in device_type property of phy
node
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 <srinivas.kandagatla@...com>
Hi Srinivas
Please CC: the Marvell maintainers for patches like this.
I added them in CC:
Acked-by: Andrew Lunn <andrew@...n.ch>
> ---
> .../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@...ts.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists