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

Commit 091c0810 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: interrupts for 8994v2 CCI-400 PMU"

parents 99cc5656 dd774193
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -55,6 +55,16 @@
		interrupts = <1 14 0xff00>;
		qcom,apply-cti-pmu-wa;
	};

	cci@f9100000 {
		pmu@a000 {
			interrupts = <0 7 0>,
				     <0 7 0>,
				     <0 7 0>,
				     <0 7 0>,
				     <0 7 0>;
		};
	};
};

&pm8994_s8 {
+5 −5
Original line number Diff line number Diff line
@@ -3395,11 +3395,11 @@
		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>;
			interrupts = <0 344 0>,
				     <0 344 0>,
				     <0 344 0>,
				     <0 344 0>,
				     <0 344 0>;
		};

	};