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

Commit f60478cc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "ARM: dts: msm: add cci-400 support for 8994"

parents 37a59c90 183fcb27
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -3072,6 +3072,26 @@
		reg-names = "avtimer_lsb_addr", "avtimer_msb_addr";
		qcom,clk_div = <27>;
	};

	cci@f9100000 {
		compatible = "arm,cci-400";
		#address-cells = <1>;
		#size-cells = <1>;
		reg = <0xf9100000 0x1000>;
		ranges = <0x0 0xf9100000 0x10000>;
		hw-version = <8>;

		pmu@a000 {
			compatible = "arm,cci-400-pmu";
			reg = <0x9000 0x5000>;
			interrupts = <0 7 0>,
				     <0 7 0>,
				     <0 7 0>,
				     <0 7 0>,
				     <0 7 0>;
		};

	};
};

&gdsc_usb30 {