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

Commit 1e1177bf authored by Kumar Gala's avatar Kumar Gala Committed by Olof Johansson
Browse files

arm: dts: qcom: Add LCC nodes



Add the node for the LPASS clock controller found on a few qcom
SoCs so that the clock driver can probe.

Signed-off-by: default avatarRajendra Nayak <rnayak@codeaurora.org>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
[sboyd@codeaurora.org: Added apq8064 and msm8960 nodes]
Signed-off-by: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>

Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 3860d43c
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -248,6 +248,13 @@
			#reset-cells = <1>;
			#reset-cells = <1>;
		};
		};


		lcc: clock-controller@28000000 {
			compatible = "qcom,lcc-apq8064";
			reg = <0x28000000 0x1000>;
			#clock-cells = <1>;
			#reset-cells = <1>;
		};

		mmcc: clock-controller@4000000 {
		mmcc: clock-controller@4000000 {
			compatible = "qcom,mmcc-apq8064";
			compatible = "qcom,mmcc-apq8064";
			reg = <0x4000000 0x1000>;
			reg = <0x4000000 0x1000>;
+8 −0
Original line number Original line Diff line number Diff line
@@ -293,5 +293,13 @@
			compatible = "qcom,tcsr-ipq8064", "syscon";
			compatible = "qcom,tcsr-ipq8064", "syscon";
			reg = <0x1a400000 0x100>;
			reg = <0x1a400000 0x100>;
		};
		};

		lcc: clock-controller@28000000 {
			compatible = "qcom,lcc-ipq8064";
			reg = <0x28000000 0x1000>;
			#clock-cells = <1>;
			#reset-cells = <1>;
		};

	};
	};
};
};
+7 −0
Original line number Original line Diff line number Diff line
@@ -91,6 +91,13 @@
			reg = <0x900000 0x4000>;
			reg = <0x900000 0x4000>;
		};
		};


		lcc: clock-controller@28000000 {
			compatible = "qcom,lcc-msm8960";
			reg = <0x28000000 0x1000>;
			#clock-cells = <1>;
			#reset-cells = <1>;
		};

		clock-controller@4000000 {
		clock-controller@4000000 {
			compatible = "qcom,mmcc-msm8960";
			compatible = "qcom,mmcc-msm8960";
			reg = <0x4000000 0x1000>;
			reg = <0x4000000 0x1000>;