Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1273823

Re: [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node

From maitysanchayan@gmail.com
Newsgroups linux.kernel
Subject Re: [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node
Date 2015-11-20 09:30 +0100
Message-ID <qwPeW-4Iu-17@gated-at.bofh.it> (permalink)
References <qkPaG-4yn-9@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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 <maitysanchayan@gmail.com>
> ---
>  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/

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

Re: [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node maitysanchayan@gmail.com - 2015-11-20 09:30 +0100

csiph-web