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

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

Merge "ARM: dts: msm: Update and enable the clock_gcc node on Lahaina"

parents d8a76f2a d0b72926
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@ Required properties :
			"qcom,gcc-sdm630"
			"qcom,gcc-sdm660"
			"qcom,gcc-sdm845"
			"qcom,lahaina-gcc"

- reg : shall contain base register location and length
- #clock-cells : shall contain 1
+4 −3
Original line number Diff line number Diff line
@@ -529,9 +529,10 @@
		#clock-cells = <1>;
	};

	clock_gcc: qcom,gcc {
		compatible = "qcom,dummycc";
		clock-output-names = "gcc_clocks";
	clock_gcc: qcom,gcc@100000 {
		compatible = "qcom,lahaina-gcc", "syscon";
		reg = <0x100000 0x1f0000>;
		reg-names = "cc_base";
		#clock-cells = <1>;
		#reset-cells = <1>;
	};