Unverified Commit 7db1aa6f authored by Alexander Kochetkov's avatar Alexander Kochetkov Committed by Maxime Ripard
Browse files

arm64: dts: allwinner: replace numerical constant with CCU_CLKX

parent 9123e3a7
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -51,7 +51,7 @@ cpu0: cpu@0 {
			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 @@ cpu1: cpu@1 {
			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 @@ cpu2: cpu@2 {
			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 @@ cpu3: cpu@3 {
			reg = <3>;
			enable-method = "psci";
			next-level-cache = <&L2>;
			clocks = <&ccu 21>;
			clocks = <&ccu CLK_CPUX>;
			clock-names = "cpu";
			#cooling-cells = <2>;
		};