Merge "ARM: dts: qcom: Add crmb/crmc to cesta device for pineapple"
This commit is contained in:
committed by
Gerrit - the friendly Code Review server
commit
9850c98060
@@ -872,8 +872,8 @@
|
|||||||
cam_crm: crm@add7000 {
|
cam_crm: crm@add7000 {
|
||||||
label = "cam_crm";
|
label = "cam_crm";
|
||||||
compatible = "qcom,cam-crm";
|
compatible = "qcom,cam-crm";
|
||||||
reg = <0xadd7000 0x2000>;
|
reg = <0xadd7000 0x2000>, <0xadd9800 0x800>, <0xadda000 0x2000>;
|
||||||
reg-names = "base";
|
reg-names = "base", "crm_b", "crm_c";
|
||||||
interrupts = <GIC_SPI 121 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <GIC_SPI 121 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "cam_crm";
|
interrupt-names = "cam_crm";
|
||||||
clocks = <&camcc CAM_CC_DRV_AHB_CLK>;
|
clocks = <&camcc CAM_CC_DRV_AHB_CLK>;
|
||||||
@@ -884,8 +884,8 @@
|
|||||||
pcie_crm: crm@1d01000 {
|
pcie_crm: crm@1d01000 {
|
||||||
label = "pcie_crm";
|
label = "pcie_crm";
|
||||||
compatible = "qcom,pcie-crm";
|
compatible = "qcom,pcie-crm";
|
||||||
reg = <0x1d01000 0x3000>;
|
reg = <0x1d01000 0x3000>, <0x1d04800 0x800>, <0x1d05000 0x2000>;
|
||||||
reg-names = "base";
|
reg-names = "base", "crm_b", "crm_c";
|
||||||
interrupts = <GIC_SPI 248 IRQ_TYPE_EDGE_RISING>;
|
interrupts = <GIC_SPI 248 IRQ_TYPE_EDGE_RISING>;
|
||||||
interrupt-names = "pcie_crm";
|
interrupt-names = "pcie_crm";
|
||||||
clocks = <&pcie_0_pipe_clk>;
|
clocks = <&pcie_0_pipe_clk>;
|
||||||
|
Reference in New Issue
Block a user