Skip to content
Snippets Groups Projects
Commit 976a23b3 authored by Laura Abbott's avatar Laura Abbott Committed by Devin Kim
Browse files

ARM: dts: msm: Add linux,contiguous-region for 8x10 PIL regions


PIL is now being migrated from Ion to using CMA regions. Add
the phandle reference to the CMA regions for later use. This has
no effect until dma_alloc is called.

Change-Id: Iec2108d484178e457e44b03bbe11c2322734039f
Signed-off-by: default avatarLaura Abbott <lauraa@codeaurora.org>
parent c9d0b7cb
No related branches found
No related tags found
No related merge requests found
......@@ -671,6 +671,7 @@
/* GPIO output to wcnss */
qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_4_out 0 0>;
linux,contiguous-region = <&peripheral_mem>;
};
qcom,iris-fm {
......@@ -898,6 +899,7 @@
/* GPIO output to mss */
qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_1_out 0 0>;
linux,contiguous-region = <&modem_mem>;
};
qcom,lpass@fe200000 {
......@@ -925,6 +927,7 @@
/* GPIO output to lpass */
qcom,gpio-force-stop = <&smp2pgpio_ssr_smp2p_2_out 0 0>;
linux,contiguous-region = <&peripheral_mem>;
};
tsens: tsens@fc4a8000 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment