From 9de5032b871e67305c513e999afb1d23117b515a Mon Sep 17 00:00:00 2001 From: Minghao Zhang Date: Tue, 7 May 2024 14:59:17 +0800 Subject: [PATCH] ARM: dts: msm: Add CRMV regs pcie and camera on pineapple CRMV regs have status captured for various commands/voltage levels. Map CRMV registers in device so that driver can dump when required. Change-Id: I69558336a81ae3f89140ebaf515528dd15ca66e9 Signed-off-by: Maulik Shah Signed-off-by: Minghao Zhang --- qcom/pineapple.dtsi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qcom/pineapple.dtsi b/qcom/pineapple.dtsi index c2303005..9c637d3f 100644 --- a/qcom/pineapple.dtsi +++ b/qcom/pineapple.dtsi @@ -879,8 +879,8 @@ cam_crm: crm@add7000 { label = "cam_crm"; compatible = "qcom,cam-crm"; - reg = <0xadd7000 0x2000>, <0xadd9800 0x800>, <0xadda000 0x2000>; - reg-names = "base", "crm_b", "crm_c"; + reg = <0xadd7000 0x2000>, <0xadd9800 0x800>, <0xadda000 0x2000>, <0xadd9000 0x800>; + reg-names = "base", "crm_b", "crm_c", "crm_v"; interrupts = ; interrupt-names = "cam_crm"; clocks = <&camcc CAM_CC_DRV_AHB_CLK>; @@ -891,8 +891,8 @@ pcie_crm: crm@1d01000 { label = "pcie_crm"; compatible = "qcom,pcie-crm"; - reg = <0x1d01000 0x3000>, <0x1d04800 0x800>, <0x1d05000 0x2000>; - reg-names = "base", "crm_b", "crm_c"; + reg = <0x1d01000 0x3000>, <0x1d04800 0x800>, <0x1d05000 0x2000>, <0x1d04000 0x800>; + reg-names = "base", "crm_b", "crm_c", "crm_v"; interrupts = ; interrupt-names = "pcie_crm"; clocks = <&pcie_0_pipe_clk>;