VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: samin <samin.guo@starfivetech.com> 2022-01-05 14:27:50 +0800 committer: samin <samin.guo@starfivetech.com> 2022-01-05 15:50:18 +0800 commit: 20c26454af1dd9f777f551d00fe9c62a0085a91d parent: e229e317ec7043a7b0da73f09c08d9cd4a0e9647
Commit Summary:
dt-bingings:reset:jh7110: Add isp/vout domain reset define.
Diffstat:
1 file changed, 31 insertions, 1 deletion
diff --git a/include/dt-bindings/reset/starfive-jh7110.h b/include/dt-bindings/reset/starfive-jh7110.h
index b8cddb2b7089..8b5e121fbe5e 100644
--- a/include/dt-bindings/reset/starfive-jh7110.h
+++ b/include/dt-bindings/reset/starfive-jh7110.h
@@ -181,7 +181,37 @@
 #define	RSTN_U0_RTC_HMS_APB		165
 #define	RSTN_U0_RTC_HMS_CAL		166
 #define	RSTN_U0_RTC_HMS_OSC32K		167
+/*
+ * group[6]: ispcrg
+ */
+#define	RSTN_U0_ISPV2_TOP_WRAPPER_P	192
+#define	RSTN_U0_ISPV2_TOP_WRAPPER_C	193
+#define	RSTN_U0_M31DPHY_HW		194
+#define	RSTN_U0_M31DPHY_B09_ALWAYS_ON	195
+#define	RSTN_U0_VIN_N_PCLK		196
+#define	RSTN_U0_VIN_N_PIXEL_CLK_IF0	197
+#define	RSTN_U0_VIN_N_PIXEL_CLK_IF1	198
+#define	RSTN_U0_VIN_N_PIXEL_CLK_IF2	199
+#define	RSTN_U0_VIN_N_PIXEL_CLK_IF3	200
+#define	RSTN_U0_VIN_N_SYS_CLK		201
+#define	RSTN_U0_VIN_P_AXIRD		202
+#define	RSTN_U0_VIN_P_AXIWR		203
+/*
+ * group[7]: voutcrg
+ */
+#define	RSTN_U0_DC8200_AXI		224
+#define	RSTN_U0_DC8200_AHB		225
+#define	RSTN_U0_DC8200_CORE		226
+#define	RSTN_U0_CDNS_DSITX_DPI		227
+#define	RSTN_U0_CDNS_DSITX_APB		228
+#define	RSTN_U0_CDNS_DSITX_RXESC	229
+#define	RSTN_U0_CDNS_DSITX_SYS		230
+#define	RSTN_U0_CDNS_DSITX_TXBYTEHS	231
+#define	RSTN_U0_CDNS_DSITX_TXESC	232
+#define	RSTN_U0_HDMI_TX_HDMI		233
+#define	RSTN_U0_MIPITX_DPHY_SYS		234
+#define	RSTN_U0_MIPITX_DPHY_TXBYTEHS	235
 
-#define	RSTN_JH7110_RESET_END		168
+#define	RSTN_JH7110_RESET_END		236
 
 #endif /* __DT_BINDINGS_RESET_STARFIVE_JH7110_H__ */