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

Commit 25d7561a 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 IMEM pil entry for msmtriton"

parents d8756051 d46e24b1
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -664,6 +664,19 @@
		qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
		status = "ok";
	};

	qcom,msm-imem@146bf000 {
		compatible = "qcom,msm-imem";
		reg = <0x146bf000 0x1000>;
		ranges = <0x0 0x146bf000 0x1000>;
		#address-cells = <1>;
		#size-cells = <1>;

		pil@94c {
			compatible = "qcom,msm-imem-pil";
			reg = <0x94c 200>;
		};
	};
};

#include "msmtriton-ion.dtsi"