Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 76294f8e authored by Amit Nischal's avatar Amit Nischal
Browse files

ARM: dts: msm: Associate address with clock controller nodes for SM6150



Clock controller node do not have the their starting address
with their names so associate the address with their names.

Change-Id: I0ee16b4771aa7b75895b81d4ea51f9be9be56b42
Signed-off-by: default avatarAmit Nischal <anischal@codeaurora.org>
parent 71c317cf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -744,7 +744,7 @@
		mbox-names = "qdss_clk";
	};

	clock_gcc: qcom,gcc {
	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,gcc-sm6150", "syscon";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
@@ -754,7 +754,7 @@
		#reset-cells = <1>;
	};

	clock_videocc: qcom,videocc {
	clock_videocc: qcom,videocc@ab00000 {
		compatible = "qcom,videocc-sm6150", "syscon";
		reg = <0xab00000 0x10000>;
		reg-names = "cc_base";
@@ -777,7 +777,7 @@
		#reset-cells = <1>;
	};

	clock_gpucc: qcom,gpupcc {
	clock_gpucc: qcom,gpupcc@5090000 {
		compatible = "qcom,gpucc-sm6150", "syscon";
		reg = <0x5090000 0x9000>;
		reg-names = "cc_base";