ARM: dts: msm: Reserve ipa space for dmabuf for Sun TUIVM

Reserve the IPA space for dmabuf buffers.

Change-Id: If3cb329278f5bdccee883f1d8a05df745df5ac5d
Signed-off-by: Sudarshan Rajagopalan <quic_sudaraja@quicinc.com>
This commit is contained in:
Sudarshan Rajagopalan
2024-03-27 17:21:07 -07:00
parent a29c9e3c5f
commit 2543984e7c

View File

@@ -672,6 +672,8 @@
qcom,mem-buf { qcom,mem-buf {
compatible = "qcom,mem-buf"; compatible = "qcom,mem-buf";
qcom,mem-buf-capabilities = "consumer"; qcom,mem-buf-capabilities = "consumer";
qcom,ipa-range = <0x0 0x0 0xf 0xffffffff>;
qcom,dmabuf-ipa-size = <0x1 0x00000000>; /* 4GB IPA space for dmabuf */
qcom,vmid = <45>; qcom,vmid = <45>;
}; };