diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2018-03-26 18:57:03 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2018-03-26 18:57:02 -0700 |
| commit | a56e768ca3bf5a8484dc28d173984f3960307bdf (patch) | |
| tree | b6e9cc2d4950eb98c8b40933dac200e4479e0d6e | |
| parent | 9b88bdd9cd781f8a41ed17768940e7a49d818e26 (diff) | |
| parent | 38290c14dd1471363681b7cf0adb9b287346e988 (diff) | |
Merge "ARM: dts: msm: add audio ion vm dev node for msm8996 auto"
| -rw-r--r-- | arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts index 5d648b849605..2e5504e7d965 100644 --- a/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts +++ b/arch/arm/boot/dts/qcom/vplatform-lfv-msm8996-ivi-la.dts @@ -48,6 +48,13 @@ }; }; +&soc { + qcom,msm-audio-ion-vm { + compatible = "qcom,msm-audio-ion-vm"; + qcom,smmu-enabled; + }; +}; + &reserved_memory { pmem_shared: pmem_shared_region { reg = <0 0xd0000000 0 0x30000000>; |
