From 0f1d2e46c387d4c58b61c2f094cf51fc2740fdb8 Mon Sep 17 00:00:00 2001 From: Oreoluwa Babatunde Date: Mon, 20 Nov 2023 10:04:57 -0800 Subject: [PATCH] ARM: dts: msm: Correct SID range for qtbs Correct the SID ranges for the cam_hf qtb and the mdp_hf qtbs. Change-Id: I0d6127248bbfac122d14ca2c600dd81d3a7d5550 Signed-off-by: Oreoluwa Babatunde --- qcom/msm-arm-smmu-sun.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/msm-arm-smmu-sun.dtsi b/qcom/msm-arm-smmu-sun.dtsi index 4e647841..995909ce 100644 --- a/qcom/msm-arm-smmu-sun.dtsi +++ b/qcom/msm-arm-smmu-sun.dtsi @@ -265,7 +265,7 @@ cam_hf_qtb: cam_hf_qtb@17d2000 { compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500"; reg = <0x17d2000 0x1000>; - qcom,stream-id-range = <0x800 0x400>; + qcom,stream-id-range = <0x1c00 0x400>; qcom,iova-width = <36>; interconnects = <&mmss_noc MASTER_CAMNOC_HF &mc_virt SLAVE_EBI1>; qcom,num-qtb-ports = <2>; @@ -311,7 +311,7 @@ mdp_hf_qtb: mdp_hf_qtb@17d0000 { compatible = "qcom,qsmmuv500-tbu", "qcom,qtb500"; reg = <0x17d0000 0x1000>; - qcom,stream-id-range = <0x1c00 0x400>; + qcom,stream-id-range = <0x800 0x400>; qcom,iova-width = <32>; interconnects = <&mmss_noc MASTER_MDP &mc_virt SLAVE_EBI1>; qcom,num-qtb-ports = <2>;