ARM: dts: msm: set ION type to SYSTEM for msm8996 telematics
Switch ION type from CARVEOUT to SYSTEM for audio function. Change-Id: Ida2ccb7d1dbe1a037f305fe749ca3bc0a8dd51b2 Signed-off-by: Yimin Peng <yiminp@codeaurora.org>
This commit is contained in:
parent
0d8bfae571
commit
b1b7087784
2 changed files with 11 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* Copyright (c) 2017, The Linux Foundation. All rights reserved.
|
/* Copyright (c) 2017-2018, The Linux Foundation. All rights reserved.
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 and
|
* it under the terms of the GNU General Public License version 2 and
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
qcom,ion {
|
ion: qcom,ion {
|
||||||
compatible = "qcom,msm-ion";
|
compatible = "qcom,msm-ion";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
#size-cells = <0>;
|
#size-cells = <0>;
|
||||||
|
|
|
@ -28,6 +28,15 @@
|
||||||
qcom,msm-id = <246 0x0>;
|
qcom,msm-id = <246 0x0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&ion {
|
||||||
|
/delete-node/ qcom,ion-heap@25;
|
||||||
|
|
||||||
|
system_heap: qcom,ion-heap@25 {
|
||||||
|
reg = <25>;
|
||||||
|
qcom,ion-heap-type = "SYSTEM";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
&reserved_memory {
|
&reserved_memory {
|
||||||
modem_mem: modem_region@88800000 {
|
modem_mem: modem_region@88800000 {
|
||||||
compatible = "removed-dma-pool";
|
compatible = "removed-dma-pool";
|
||||||
|
@ -48,11 +57,6 @@
|
||||||
alignment = <0 0x100000>;
|
alignment = <0 0x100000>;
|
||||||
size = <0 0x400000>;
|
size = <0 0x400000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
ion_system: ion_system_region@ff000000 {
|
|
||||||
reg = <0 0xff000000 0 0x00400000>;
|
|
||||||
label = "ion_system_mem";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&soc {
|
&soc {
|
||||||
|
|
Loading…
Add table
Reference in a new issue