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

Commit ae9da096 authored by Taniya's avatar Taniya Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update device node for RPMCC for bengal

RPMCC clock node is updated to use the rpm-smd clock driver and also
update the bindings.

RUMI would use the dummy rpmcc node.

Change-Id: Id0521e4e9459d1c1b7a84655c0048fbbc49e0bdc
parent f7793dbe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@ Required properties :
			"qcom,rpmcc-msm8974", "qcom,rpmcc"
			"qcom,rpmcc-apq8064", "qcom,rpmcc"
			"qcom,rpmcc-msm8996", "qcom,rpmcc"
			"qcom,rpmcc-bengal", "qcom,rpmcc"

- #clock-cells : shall contain 1

+7 −0
Original line number Diff line number Diff line
@@ -83,3 +83,10 @@
		dr_mode = "peripheral";
	};
};

&rpmcc {
	compatible = "qcom,dummycc";
	clock-output-names = "rpmcc_clocks";
	#clock-cells = <1>;
	#reset-cells = <1>;
};
+1 −3
Original line number Diff line number Diff line
@@ -1088,10 +1088,8 @@
	};

	rpmcc: qcom,rpmcc {
		compatible = "qcom,dummycc";
		clock-output-names = "rpmcc_clocks";
		compatible = "qcom,rpmcc-bengal";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};

	gcc: qcom,gcc@1400000 {