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

Commit 8f000b7b 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 msmfalcon"

parents 982cdaeb 04d3e804
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -833,6 +833,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 "msmfalcon-ion.dtsi"