diff mbox series

arm64: dts: allwinner: replace numerical constant with CCU_CLKX

Message ID 20200803143022.25909-1-al.kochet@gmail.com (mailing list archive)
State New, archived
Headers show
Series arm64: dts: allwinner: replace numerical constant with CCU_CLKX | expand

Commit Message

Alexander Kochetkov Aug. 3, 2020, 2:30 p.m. UTC
From: Alexander Kochetkov <akochetkov@lintech.ru>

Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
---
 arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Comments

Maxime Ripard Aug. 18, 2020, 9:04 a.m. UTC | #1
On Mon, Aug 03, 2020 at 05:30:22PM +0300, Alexander Kochetkov wrote:
> From: Alexander Kochetkov <akochetkov@lintech.ru>
> 
> Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>

Applied, thanks

Maxime
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
index c26cc1fcaffd..dfeeb7350808 100644
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi
@@ -51,7 +51,7 @@ 
 			reg = <0>;
 			enable-method = "psci";
 			next-level-cache = <&L2>;
-			clocks = <&ccu 21>;
+			clocks = <&ccu CLK_CPUX>;
 			clock-names = "cpu";
 			#cooling-cells = <2>;
 		};
@@ -62,7 +62,7 @@ 
 			reg = <1>;
 			enable-method = "psci";
 			next-level-cache = <&L2>;
-			clocks = <&ccu 21>;
+			clocks = <&ccu CLK_CPUX>;
 			clock-names = "cpu";
 			#cooling-cells = <2>;
 		};
@@ -73,7 +73,7 @@ 
 			reg = <2>;
 			enable-method = "psci";
 			next-level-cache = <&L2>;
-			clocks = <&ccu 21>;
+			clocks = <&ccu CLK_CPUX>;
 			clock-names = "cpu";
 			#cooling-cells = <2>;
 		};
@@ -84,7 +84,7 @@ 
 			reg = <3>;
 			enable-method = "psci";
 			next-level-cache = <&L2>;
-			clocks = <&ccu 21>;
+			clocks = <&ccu CLK_CPUX>;
 			clock-names = "cpu";
 			#cooling-cells = <2>;
 		};