diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-19 17:04:25 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-19 17:04:25 -0800 |
| commit | 2417fa3837d2aeddc37bfd871d40ddd2703a8564 (patch) | |
| tree | ab1888a5536bf08de601cc6aee2696eb162adf91 | |
| parent | ef49a02781874141d7e556485d3d1aa4bf25aef6 (diff) | |
| parent | 8599d43e8a6804fea1b9e1f56456287b75d8a45c (diff) | |
Merge "ARM: dts: msm: Add remote fs device node on msmfalcon"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi index ce6c5cf6c9b1..0edcc24ed167 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi @@ -1001,6 +1001,13 @@ }; }; + qcom,rmtfs_sharedmem@0 { + compatible = "qcom,sharedmem-uio"; + reg = <0x0 0x200000>; + reg-names = "rmtfs"; + qcom,client-id = <0x00000001>; + }; + qcom,rmnet-ipa { compatible = "qcom,rmnet-ipa"; qcom,rmnet-ipa-ssr; |
