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 <quic_gokukris@quicinc.com>
This commit is contained in:
@@ -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 = <GIC_SPI 121 IRQ_TYPE_EDGE_RISING>;
|
||||
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 = <GIC_SPI 248 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "pcie_crm";
|
||||
clocks = <&pcie_0_pipe_clk>;
|
||||
|
Reference in New Issue
Block a user