diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-28 00:47:06 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-28 00:47:05 -0800 |
| commit | d8e281ee6abcdf51354a45e14a7fcbca812cc980 (patch) | |
| tree | cdd1d1c84ccf38434eef4c1c4ebd4db9477df02c | |
| parent | dabce340a37973144de8716af95e39de549e6f80 (diff) | |
| parent | 80240ba72a451f7034cd8bbd85f83991f2d34f0f (diff) | |
Merge "ARM: dts: msm: Add remote fs device node on sdm630"
| -rw-r--r-- | arch/arm/boot/dts/qcom/sdm630.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/sdm630.dtsi b/arch/arm/boot/dts/qcom/sdm630.dtsi index 4026838b963a..973d86f52896 100644 --- a/arch/arm/boot/dts/qcom/sdm630.dtsi +++ b/arch/arm/boot/dts/qcom/sdm630.dtsi @@ -908,6 +908,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; |
