From 5b3153fe49563d76643103de87ae939c12a10121 Mon Sep 17 00:00:00 2001 From: Li Sha Lim Date: Mon, 5 Aug 2024 13:08:08 -0700 Subject: [PATCH] ARM: dts: msm: Remove camnoc reg from TFE In the past, TFE driver needed camnoc reg access in event of bus overflow. Now, there's no need for it with usage of CPAS APIs, so the reg entries for cam_camnoc_rt in TFE is removed. CRs-Fixed: 3865318 Change-Id: Iccb6619d82b9b8b34e937d32a3c628b151745c54 Signed-off-by: Li Sha Lim --- sun-camera.dtsi | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/sun-camera.dtsi b/sun-camera.dtsi index 71300adc..074a2160 100644 --- a/sun-camera.dtsi +++ b/sun-camera.dtsi @@ -2647,10 +2647,9 @@ cam_vfe0: qcom,ife0@ac86000{ cell-index = <0>; compatible = "qcom,mc_tfe980"; - reg-names = "ife", "cam_camnoc_rt"; - reg = <0x0ac86000 0x10000>, - <0x0ad90000 0x9000>; - reg-cam-base = <0x86000 0x19000>; + reg-names = "ife"; + reg = <0x0ac86000 0x10000>; + reg-cam-base = <0x86000>; rt-wrapper-base = <0x86000>; interrupt-names = "tfe0"; interrupts = ; @@ -2726,10 +2725,9 @@ cam_vfe1: qcom,ife1@ac96000 { cell-index = <1>; compatible = "qcom,mc_tfe980"; - reg-names = "ife", "cam_camnoc_rt"; - reg = <0x0ac96000 0x10000>, - <0x0ad90000 0x9000>; - reg-cam-base = <0x96000 0x19000>; + reg-names = "ife"; + reg = <0x0ac96000 0x10000>; + reg-cam-base = <0x96000>; rt-wrapper-base = <0x86000>; interrupt-names = "tfe1"; interrupts = ; @@ -2805,10 +2803,9 @@ cam_vfe2: qcom,ife2@aca6000 { cell-index = <2>; compatible = "qcom,mc_tfe980"; - reg-names = "ife", "cam_camnoc_rt"; - reg = <0x0aca6000 0x10000>, - <0x0ad90000 0x9000>; - reg-cam-base = <0xa6000 0x19000>; + reg-names = "ife"; + reg = <0x0aca6000 0x10000>; + reg-cam-base = <0xa6000>; rt-wrapper-base = <0x86000>; interrupt-names = "tfe2"; interrupts = ;