Merge "ARM: dts: msm: Add CRMB_PT reg for sun"

This commit is contained in:
qctecmdr
2024-05-26 02:11:16 -07:00
committed by Gerrit - the friendly Code Review server
2 changed files with 11 additions and 10 deletions

View File

@@ -41,12 +41,13 @@ properties:
- qcom,disp-crm-v2 - qcom,disp-crm-v2
reg: reg:
minItems: 5 minItems: 6
reg-names: reg-names:
items: items:
- const: base - const: base
- const: crm_b - const: crm_b
- const: crm_b_pt
- const: crm_c - const: crm_c
- const: crm_v - const: crm_v
- const: common - const: common

View File

@@ -1328,9 +1328,9 @@
disp_crm: crm@af21000 { disp_crm: crm@af21000 {
label = "disp_crm"; label = "disp_crm";
compatible = "qcom,disp-crm-v2"; compatible = "qcom,disp-crm-v2";
reg = <0xaf21000 0x6000>, <0xaf27000 0x400>, <0xaf27800 0x2000>, reg = <0xaf21000 0x6000>, <0xaf27000 0x400>, <0xaf27400 0x400>,
<0xaf29800 0x700>, <0xaf29f00 0x100>; <0xaf27800 0x2000>, <0xaf29800 0x700>, <0xaf29f00 0x100>;
reg-names = "base", "crm_b", "crm_c", "crm_v", "common"; reg-names = "base", "crm_b", "crm_b_pt", "crm_c", "crm_v", "common";
interrupts = <GIC_SPI 703 IRQ_TYPE_EDGE_RISING>, interrupts = <GIC_SPI 703 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 708 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 708 IRQ_TYPE_EDGE_RISING>,
<GIC_SPI 714 IRQ_TYPE_EDGE_RISING>, <GIC_SPI 714 IRQ_TYPE_EDGE_RISING>,
@@ -1351,9 +1351,9 @@
cam_crm: crm@adcb000 { cam_crm: crm@adcb000 {
label = "cam_crm"; label = "cam_crm";
compatible = "qcom,cam-crm-v2"; compatible = "qcom,cam-crm-v2";
reg = <0xadcb000 0x1e00>, <0xadcce00 0x400>, <0xadcd600 0x2000>, reg = <0xadcb000 0x1e00>, <0xadcce00 0x400>, <0xadcd200 0x400>,
<0xadcf600 0x700>, <0xadcfd00 0x100>; <0xadcd600 0x2000>, <0xadcf600 0x700>, <0xadcfd00 0x100>;
reg-names = "base", "crm_b", "crm_c", "crm_v", "common"; reg-names = "base", "crm_b", "crm_b_pt", "crm_c", "crm_v", "common";
interrupts = <GIC_SPI 121 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 121 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "cam_crm_drv0"; interrupt-names = "cam_crm_drv0";
clocks = <&camcc CAM_CC_DRV_AHB_CLK>; clocks = <&camcc CAM_CC_DRV_AHB_CLK>;
@@ -1364,9 +1364,9 @@
pcie_crm: crm@1d01000 { pcie_crm: crm@1d01000 {
label = "pcie_crm"; label = "pcie_crm";
compatible = "qcom,pcie-crm-v2"; compatible = "qcom,pcie-crm-v2";
reg = <0x1d01000 0x2000>, <0x1d03000 0x400>, <0x1d03800 0x2000>, reg = <0x1d01000 0x2000>, <0x1d03000 0x400>, <0x1d03400 0x400>,
<0x1d05800 0x700>, <0x1d05f00 0x100>; <0x1d03800 0x2000>, <0x1d05800 0x700>, <0x1d05f00 0x100>;
reg-names = "base", "crm_b", "crm_c", "crm_v", "common"; reg-names = "base", "crm_b", "crm_b_pt", "crm_c", "crm_v", "common";
interrupts = <GIC_SPI 641 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 641 IRQ_TYPE_EDGE_RISING>;
interrupt-names = "pcie_crm_drv0"; interrupt-names = "pcie_crm_drv0";
clocks = <&pcie_0_pipe_clk>; clocks = <&pcie_0_pipe_clk>;