diff options
| author | Gaurav Kohli <gkohli@codeaurora.org> | 2016-11-07 15:15:50 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-10 00:25:33 -0800 |
| commit | d46e24b1fb8311f25fc29c649a60a05f63455863 (patch) | |
| tree | 33916e0e9f1a5ea33fa3882c2c13cf1e99d08ab1 | |
| parent | e95375540c79e0d0b48953141559fec4b6bcbf96 (diff) | |
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>
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmtriton.dtsi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmtriton.dtsi b/arch/arm/boot/dts/qcom/msmtriton.dtsi index efae12e53852..755f991c247d 100644 --- a/arch/arm/boot/dts/qcom/msmtriton.dtsi +++ b/arch/arm/boot/dts/qcom/msmtriton.dtsi @@ -662,6 +662,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" |
