mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user