Merge "ARM: dts: msm: Add CRMV regs pcie and camera on pineapple"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
7c62865fa4
@@ -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 = <GIC_SPI 121 IRQ_TYPE_EDGE_RISING>;
|
||||
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 = <GIC_SPI 248 IRQ_TYPE_EDGE_RISING>;
|
||||
interrupt-names = "pcie_crm";
|
||||
clocks = <&pcie_0_pipe_clk>;
|
||||
|
Reference in New Issue
Block a user