Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161478AbbKTIZ4 (ORCPT ); Fri, 20 Nov 2015 03:25:56 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:33061 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759100AbbKTIZy (ORCPT ); Fri, 20 Nov 2015 03:25:54 -0500 Date: Fri, 20 Nov 2015 13:51:30 +0530 From: maitysanchayan@gmail.com To: shawnguo@kernel.org Cc: stefan@agner.ch, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node Message-ID: <20151120082130.GA5062@Sanchayan-Arch.toradex.int> References: <4f43a337677572fbf2b2c8e27152db426e024f7a.1445146992.git.maitysanchayan@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4f43a337677572fbf2b2c8e27152db426e024f7a.1445146992.git.maitysanchayan@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1454 Lines: 46 Ping? On 15-10-18 11:18:48, Sanchayan Maity wrote: > Something seems to have gone wrong during the merging of the device > tree changes with the following patch > > "ARM: dts: add property for maximum ADC clock frequencies" > > The property "fsl,adck-max-frequency" instead of being applied for > the ADC1 node got applied to the esdhc0 node. This patch fixes it. > > Signed-off-by: Sanchayan Maity > --- > arch/arm/boot/dts/vfxxx.dtsi | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/arm/boot/dts/vfxxx.dtsi b/arch/arm/boot/dts/vfxxx.dtsi > index 6736bae..a64bfe1 100644 > --- a/arch/arm/boot/dts/vfxxx.dtsi > +++ b/arch/arm/boot/dts/vfxxx.dtsi > @@ -461,6 +461,8 @@ > clock-names = "adc"; > #io-channel-cells = <1>; > status = "disabled"; > + fsl,adck-max-frequency = <30000000>, <40000000>, > + <20000000>; > }; > > esdhc0: esdhc@400b1000 { > @@ -472,8 +474,6 @@ > <&clks VF610_CLK_ESDHC0>; > clock-names = "ipg", "ahb", "per"; > status = "disabled"; > - fsl,adck-max-frequency = <30000000>, <40000000>, > - <20000000>; > }; > > esdhc1: esdhc@400b2000 { > -- > 2.6.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/