diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-10 15:14:37 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-10 15:14:36 -0800 |
| commit | 982cdaebe089c6b2d528679a55d79827dc22557a (patch) | |
| tree | a049b0640c44368770757117e5369574548a23d4 | |
| parent | 25169111337b9cd6cdc4f7968d5f2fb4cb4b4982 (diff) | |
| parent | 43cd01495d62cc404b5b515d73cdf8150fc4f33b (diff) | |
Merge "ARM: dts: msm: Enable memory allocation for diag on falcon"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmfalcon.dtsi | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmfalcon.dtsi b/arch/arm/boot/dts/qcom/msmfalcon.dtsi index f76deb8c92a4..6a61f4828150 100644 --- a/arch/arm/boot/dts/qcom/msmfalcon.dtsi +++ b/arch/arm/boot/dts/qcom/msmfalcon.dtsi @@ -287,6 +287,32 @@ qcom,pipe-attr-ee; }; + qcom,memshare { + compatible = "qcom,memshare"; + + qcom,client_1 { + compatible = "qcom,memshare-peripheral"; + qcom,peripheral-size = <0x200000>; + qcom,client-id = <0>; + qcom,allocate-boot-time; + label = "modem"; + }; + + qcom,client_2 { + compatible = "qcom,memshare-peripheral"; + qcom,peripheral-size = <0x300000>; + qcom,client-id = <2>; + label = "modem"; + }; + + mem_client_3_size: qcom,client_3 { + compatible = "qcom,memshare-peripheral"; + qcom,peripheral-size = <0x0>; + qcom,client-id = <1>; + label = "modem"; + }; + }; + tsens: tsens@10ad000 { compatible = "qcom,msmfalcon-tsens"; reg = <0x10ad000 0x2000>, |
