Merge "ARM: dts: msm: Correct SID range for qtbs"

This commit is contained in:
qctecmdr
2023-12-02 17:25:00 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -265,7 +265,7 @@
cam_hf_qtb: cam_hf_qtb@17d2000 { cam_hf_qtb: cam_hf_qtb@17d2000 {
compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500"; compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500";
reg = <0x17d2000 0x1000>; reg = <0x17d2000 0x1000>;
qcom,stream-id-range = <0x800 0x400>; qcom,stream-id-range = <0x1c00 0x400>;
qcom,iova-width = <36>; qcom,iova-width = <36>;
interconnects = <&mmss_noc MASTER_CAMNOC_HF &mc_virt SLAVE_EBI1>; interconnects = <&mmss_noc MASTER_CAMNOC_HF &mc_virt SLAVE_EBI1>;
qcom,num-qtb-ports = <2>; qcom,num-qtb-ports = <2>;
@@ -311,7 +311,7 @@
mdp_hf_qtb: mdp_hf_qtb@17d0000 { mdp_hf_qtb: mdp_hf_qtb@17d0000 {
compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500"; compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500";
reg = <0x17d0000 0x1000>; reg = <0x17d0000 0x1000>;
qcom,stream-id-range = <0x1c00 0x400>; qcom,stream-id-range = <0x800 0x400>;
qcom,iova-width = <32>; qcom,iova-width = <32>;
interconnects = <&mmss_noc MASTER_MDP &mc_virt SLAVE_EBI1>; interconnects = <&mmss_noc MASTER_MDP &mc_virt SLAVE_EBI1>;
qcom,num-qtb-ports = <2>; qcom,num-qtb-ports = <2>;