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

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

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

parents a30dbcb4 ae9da096
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
@@ -1094,10 +1094,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 {