linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node
@ 2015-10-18  5:48 Sanchayan Maity
  2015-11-20  8:21 ` maitysanchayan
  2015-11-23  3:37 ` Shawn Guo
  0 siblings, 2 replies; 3+ messages in thread
From: Sanchayan Maity @ 2015-10-18  5:48 UTC (permalink / raw)
  To: shawnguo; +Cc: stefan, linux-kernel, linux-arm-kernel, Sanchayan Maity

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node
  2015-10-18  5:48 [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node Sanchayan Maity
@ 2015-11-20  8:21 ` maitysanchayan
  2015-11-23  3:37 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: maitysanchayan @ 2015-11-20  8:21 UTC (permalink / raw)
  To: shawnguo; +Cc: stefan, linux-kernel, linux-arm-kernel

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
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node
  2015-10-18  5:48 [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node Sanchayan Maity
  2015-11-20  8:21 ` maitysanchayan
@ 2015-11-23  3:37 ` Shawn Guo
  1 sibling, 0 replies; 3+ messages in thread
From: Shawn Guo @ 2015-11-23  3:37 UTC (permalink / raw)
  To: Sanchayan Maity; +Cc: stefan, linux-kernel, linux-arm-kernel

On Sun, Oct 18, 2015 at 11:18:48AM +0530, 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>

Oops, sorry.  Applied it.

Shawn

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-23  3:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-18  5:48 [PATCH] ARM: dts: vfxxx: Fix erroneous property in esdhc0 node Sanchayan Maity
2015-11-20  8:21 ` maitysanchayan
2015-11-23  3:37 ` Shawn Guo

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).