From db32d03865a5b62f5ceb8f26e36e1ac2859c3b1a Mon Sep 17 00:00:00 2001 From: Gokul krishna Krishnakumar Date: Tue, 2 May 2023 00:26:18 -0700 Subject: [PATCH] ARM: dts: qcom: Add crmb/crmc to cesta device for pineapple Add crmb and crmc register space for cesta devices on pineapple. Change-Id: Ia8ec195ca1683e652b31a5daa2ab271e8bcec321 Signed-off-by: Gokul krishna Krishnakumar --- qcom/pineapple.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qcom/pineapple.dtsi b/qcom/pineapple.dtsi index 07876990..9962fb30 100644 --- a/qcom/pineapple.dtsi +++ b/qcom/pineapple.dtsi @@ -872,8 +872,8 @@ cam_crm: crm@add7000 { label = "cam_crm"; compatible = "qcom,cam-crm"; - reg = <0xadd7000 0x2000>; - reg-names = "base"; + reg = <0xadd7000 0x2000>, <0xadd9800 0x800>, <0xadda000 0x2000>; + reg-names = "base", "crm_b", "crm_c"; interrupts = ; interrupt-names = "cam_crm"; clocks = <&camcc CAM_CC_DRV_AHB_CLK>; @@ -884,8 +884,8 @@ pcie_crm: crm@1d01000 { label = "pcie_crm"; compatible = "qcom,pcie-crm"; - reg = <0x1d01000 0x3000>; - reg-names = "base"; + reg = <0x1d01000 0x3000>, <0x1d04800 0x800>, <0x1d05000 0x2000>; + reg-names = "base", "crm_b", "crm_c"; interrupts = ; interrupt-names = "pcie_crm"; clocks = <&pcie_0_pipe_clk>;