Merge "ARM: dts: msm: Allow modem MBA to be loaded in carveout for MSM8998"
This commit is contained in:
commit
3bb80849e2
1 changed files with 14 additions and 4 deletions
|
@ -286,16 +286,22 @@
|
||||||
reg = <0 0x85800000 0 0x3700000>;
|
reg = <0 0x85800000 0 0x3700000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pil_ipa_gpu_mem: pil_ipa_gpu_region@95000000 {
|
pil_ipa_gpu_mem: pil_ipa_gpu_region@95200000 {
|
||||||
compatible = "removed-dma-pool";
|
compatible = "removed-dma-pool";
|
||||||
no-map;
|
no-map;
|
||||||
reg = <0 0x95000000 0 0x100000>;
|
reg = <0 0x95200000 0 0x100000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pil_slpi_mem: pil_slpi_region@94100000 {
|
pil_slpi_mem: pil_slpi_region@94300000 {
|
||||||
compatible = "removed-dma-pool";
|
compatible = "removed-dma-pool";
|
||||||
no-map;
|
no-map;
|
||||||
reg = <0 0x94100000 0 0xf00000>;
|
reg = <0 0x94300000 0 0xf00000>;
|
||||||
|
};
|
||||||
|
|
||||||
|
pil_mba_mem: pil_mba_region@94100000 {
|
||||||
|
compatible = "removed-dma-pool";
|
||||||
|
no-map;
|
||||||
|
reg = <0 0x94100000 0 0x200000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pil_video_mem: pil_video_region@93c00000 {
|
pil_video_mem: pil_video_region@93c00000 {
|
||||||
|
@ -2109,6 +2115,10 @@
|
||||||
|
|
||||||
/* GPIO output to mss */
|
/* GPIO output to mss */
|
||||||
qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
|
qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
|
||||||
|
qcom,mba-mem@0 {
|
||||||
|
compatible = "qcom,pil-mba-mem";
|
||||||
|
memory-region = <&pil_mba_mem>;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
tsens0: tsens@10aa000 {
|
tsens0: tsens@10aa000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue