All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: marvell: use new bindings for xor clocks on ap806
@ 2017-06-20  6:38 Antoine Tenart
  2017-06-20 13:38 ` Gregory CLEMENT
  0 siblings, 1 reply; 2+ messages in thread
From: Antoine Tenart @ 2017-06-20  6:38 UTC (permalink / raw)
  To: linux-arm-kernel

New bindings are used for the system controller on the ap806, which
means all clock properties must be converted. Use the new bindings in
the xor nodes.

Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
---
 arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
index ff1964d314de..02e5aff48c81 100644
--- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
+++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
@@ -159,7 +159,7 @@
 				reg = <0x400000 0x1000>,
 				      <0x410000 0x1000>;
 				msi-parent = <&gic_v2m0>;
-				clocks = <&ap_syscon 3>;
+				clocks = <&ap_clk 3>;
 				dma-coherent;
 			};
 
@@ -168,7 +168,7 @@
 				reg = <0x420000 0x1000>,
 				      <0x430000 0x1000>;
 				msi-parent = <&gic_v2m0>;
-				clocks = <&ap_syscon 3>;
+				clocks = <&ap_clk 3>;
 				dma-coherent;
 			};
 
@@ -177,7 +177,7 @@
 				reg = <0x440000 0x1000>,
 				      <0x450000 0x1000>;
 				msi-parent = <&gic_v2m0>;
-				clocks = <&ap_syscon 3>;
+				clocks = <&ap_clk 3>;
 				dma-coherent;
 			};
 
@@ -186,7 +186,7 @@
 				reg = <0x460000 0x1000>,
 				      <0x470000 0x1000>;
 				msi-parent = <&gic_v2m0>;
-				clocks = <&ap_syscon 3>;
+				clocks = <&ap_clk 3>;
 				dma-coherent;
 			};
 
-- 
2.9.4

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

* [PATCH] arm64: dts: marvell: use new bindings for xor clocks on ap806
  2017-06-20  6:38 [PATCH] arm64: dts: marvell: use new bindings for xor clocks on ap806 Antoine Tenart
@ 2017-06-20 13:38 ` Gregory CLEMENT
  0 siblings, 0 replies; 2+ messages in thread
From: Gregory CLEMENT @ 2017-06-20 13:38 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Antoine,
 
 On mar., juin 20 2017, Antoine Tenart <antoine.tenart@free-electrons.com> wrote:

> New bindings are used for the system controller on the ap806, which
> means all clock properties must be converted. Use the new bindings in
> the xor nodes.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Applied on mvebu/dt64

Thanks,

Gregory

> ---
>  arch/arm64/boot/dts/marvell/armada-ap806.dtsi | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
> index ff1964d314de..02e5aff48c81 100644
> --- a/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
> +++ b/arch/arm64/boot/dts/marvell/armada-ap806.dtsi
> @@ -159,7 +159,7 @@
>  				reg = <0x400000 0x1000>,
>  				      <0x410000 0x1000>;
>  				msi-parent = <&gic_v2m0>;
> -				clocks = <&ap_syscon 3>;
> +				clocks = <&ap_clk 3>;
>  				dma-coherent;
>  			};
>  
> @@ -168,7 +168,7 @@
>  				reg = <0x420000 0x1000>,
>  				      <0x430000 0x1000>;
>  				msi-parent = <&gic_v2m0>;
> -				clocks = <&ap_syscon 3>;
> +				clocks = <&ap_clk 3>;
>  				dma-coherent;
>  			};
>  
> @@ -177,7 +177,7 @@
>  				reg = <0x440000 0x1000>,
>  				      <0x450000 0x1000>;
>  				msi-parent = <&gic_v2m0>;
> -				clocks = <&ap_syscon 3>;
> +				clocks = <&ap_clk 3>;
>  				dma-coherent;
>  			};
>  
> @@ -186,7 +186,7 @@
>  				reg = <0x460000 0x1000>,
>  				      <0x470000 0x1000>;
>  				msi-parent = <&gic_v2m0>;
> -				clocks = <&ap_syscon 3>;
> +				clocks = <&ap_clk 3>;
>  				dma-coherent;
>  			};
>  
> -- 
> 2.9.4
>

-- 
Gregory Clement, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

end of thread, other threads:[~2017-06-20 13:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-20  6:38 [PATCH] arm64: dts: marvell: use new bindings for xor clocks on ap806 Antoine Tenart
2017-06-20 13:38 ` Gregory CLEMENT

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.