diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2014-04-14 05:10:02 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2014-04-14 05:10:01 -0700 |
| commit | 54f3fb1bb7ccab07610ffc6b0cb1617b45e6656a (patch) | |
| tree | 59afd64e3a17ec80333ec7412b0ffbb1a53d17e5 | |
| parent | a91bc9fcab074034263177138d1344bee52238f1 (diff) | |
| parent | d6b32dd0d6a1cff9c87bf54610ef3ef6f5d2a7e6 (diff) | |
Merge "ARM: dts: msm: Add remotefs and rfsa support for MSM8939"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msm8939.dtsi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msm8939.dtsi b/arch/arm/boot/dts/qcom/msm8939.dtsi index 24af86b75e3..01c73fe67ec 100644 --- a/arch/arm/boot/dts/qcom/msm8939.dtsi +++ b/arch/arm/boot/dts/qcom/msm8939.dtsi @@ -604,6 +604,24 @@ qcom,not-wakeup; /* Needed until RPM is fully configured */ }; + rmtfs_sharedmem { + compatible = "qcom,sharedmem-uio"; + reg = <0x8e580000 0x160000>; + reg-names = "rmtfs"; + }; + + dsp_sharedmem { + compatible = "qcom,sharedmem-uio"; + reg = <0x8e6e0000 0x20000>; + reg-names = "rfsa_dsp"; + }; + + mdm_sharedmem { + compatible = "qcom,sharedmem-uio"; + reg = <0x8e6e0000 0x20000>; + reg-names = "rfsa_mdm"; + }; + sdhc_1: sdhci@7824000 { compatible = "qcom,sdhci-msm"; reg = <0x7824900 0x11c>, <0x7824000 0x800>; |
