arm64: dts: rockchip: rk3568: mipi csi host add cru rst

Signed-off-by: Allon Huang <allon.huang@rock-chips.com>
Change-Id: I0253d3b75b03ace77fdc16eb273fb193856c091f
This commit is contained in:
Allon Huang
2021-04-16 17:58:39 +08:00
committed by Tao Huang
parent 1476165180
commit 13e7ead4fc

View File

@@ -1530,8 +1530,10 @@
interrupts = <GIC_SPI 8 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 9 IRQ_TYPE_LEVEL_HIGH>;
interrupt-names = "csi-intr1", "csi-intr2";
clocks = <&cru PCLK_CSI2HOST1>, <&cru SRST_P_CSI2HOST1>;
clock-names = "pclk_csi2host", "srst_csihost_p";
clocks = <&cru PCLK_CSI2HOST1>;
clock-names = "pclk_csi2host";
resets = <&cru SRST_P_CSI2HOST1>;
reset-names = "srst_csihost_p";
status = "disabled";
};