ARM: dts: rv1126: mipi csi host add cru rst

Signed-off-by: Allon Huang <allon.huang@rock-chips.com>
Change-Id: I3cd48af1b26bba4e8ae23aa6a64b14420dc87de7
This commit is contained in:
Allon Huang
2021-04-16 18:10:04 +08:00
committed by Tao Huang
parent 01cb9a2eef
commit 5e6c2442e7

View File

@@ -1867,8 +1867,10 @@
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 57 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "csi-intr1", "csi-intr2";
clocks = <&cru PCLK_CSIHOST>, <&cru SRST_CSIHOST_P>;
clock-names = "pclk_csi2host", "srst_csihost_p";
clocks = <&cru PCLK_CSIHOST>;
clock-names = "pclk_csi2host";
resets = <&cru SRST_CSIHOST_P>;
reset-names = "srst_csihost_p";
power-domains = <&power RV1126_PD_VI>;
status = "disabled";
};