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

Commit 2e0e656e authored by Jaydeep Sen's avatar Jaydeep Sen Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Enable gcc clock driver for mdmfermium clocks



Change the compatible field of clock_gcc and clock_debug node
in mdmfermium dt to let gcc driver probe and run as provider
for mdmfermium clocks.

Change-Id: I01a75153c2434bf272309315e89a87da66fe7733
Signed-off-by: default avatarJaydeep Sen <jsen@codeaurora.org>
parent 7fcd45f7
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -153,12 +153,17 @@
	};

	clock_gcc: qcom,gcc@1800000 {
		compatible = "qcom,dummycc";
		compatible = "qcom,gcc-mdmfermium";
		reg = <0x1800000 0x80000>;
		reg-names = "cc_base";
		vdd_dig-supply = <&mdmfermium_s3_level>;
		#clock-cells = <1>;
	};

	clock_debug: qcom,debug@1874000 {
		compatible = "qcom,dummycc";
		compatible = "qcom,cc-debug-mdmfermium";
		reg = <0x1800000 0x80000>;
		reg-names = "cc_base";
		#clock-cells = <1>;
	};