ARM: dts: msm: Add IMEM pil entry for msmtriton

Add IMEM PIL entry to save relocatable address of images
loaded by PIL.

Change-Id: Ie09c8ae431cc7da4c8cd745d9c6d018e6a256158
Signed-off-by: Gaurav Kohli <gkohli@codeaurora.org>
This commit is contained in:
Gaurav Kohli 2016-11-07 15:15:50 +05:30 committed by Gerrit - the friendly Code Review server
parent e95375540c
commit d46e24b1fb

View file

@ -662,6 +662,19 @@
qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>; qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
status = "ok"; 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" #include "msmtriton-ion.dtsi"