mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
ARM: dts: qcom: Add cb20 and cb21 in sm8450p
Adding 2 new fastrpc cb information for adsp support in sm8450p. Change-Id: I143f4bce020cb6d91e995a5383718fc95e129f53
This commit is contained in:
@@ -146,3 +146,23 @@
|
||||
&wlan {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&msm_fastrpc {
|
||||
qcom,msm_fastrpc_compute_cb20 {
|
||||
compatible = "qcom,msm-fastrpc-compute-cb";
|
||||
label = "adsprpc-smd";
|
||||
iommus = <&apps_smmu 0x1806 0x0>;
|
||||
qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
};
|
||||
|
||||
qcom,msm_fastrpc_compute_cb21 {
|
||||
compatible = "qcom,msm-fastrpc-compute-cb";
|
||||
label = "adsprpc-smd";
|
||||
iommus = <&apps_smmu 0x1807 0x0>;
|
||||
qcom,iommu-dma-addr-pool = <0x80000000 0x78000000>;
|
||||
qcom,iommu-faults = "stall-disable", "HUPCF";
|
||||
dma-coherent;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user