File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 7878#define DP0_VIDSRC_DSI_RX (1 << 0)
7979#define DP0_VIDSRC_DPI_RX (2 << 0)
8080#define DP0_VIDSRC_COLOR_BAR (3 << 0)
81+ #define GPIOM 0x0540
82+ #define GPIOI 0x054c
83+ #define INTCTL_G 0x0560
84+ #define INTSTS_G 0x0564
85+ #define INT_GP0_LCNT 0x0584
86+ #define INT_GP1_LCNT 0x0588
8187
8288/* Control */
8389#define DP0CTL 0x0600
@@ -1286,6 +1292,8 @@ static const struct regmap_range tc_volatile_ranges[] = {
12861292 regmap_reg_range (DP_PHY_CTRL , DP_PHY_CTRL ),
12871293 regmap_reg_range (DP0_PLLCTRL , PXL_PLLCTRL ),
12881294 regmap_reg_range (VFUEN0 , VFUEN0 ),
1295+ regmap_reg_range (INTSTS_G , INTSTS_G ),
1296+ regmap_reg_range (GPIOI , GPIOI ),
12891297};
12901298
12911299static const struct regmap_access_table tc_volatile_table = {
You can’t perform that action at this time.
0 commit comments