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 <quic_lishlim@quicinc.com>
This commit is contained in:
Li Sha Lim
2024-08-05 13:08:08 -07:00
committed by Camera Software Integration
parent 554527efcc
commit 5b3153fe49

View File

@@ -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 = <GIC_SPI 433 IRQ_TYPE_EDGE_RISING>;
@@ -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 = <GIC_SPI 436 IRQ_TYPE_EDGE_RISING>;
@@ -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 = <GIC_SPI 457 IRQ_TYPE_EDGE_RISING>;