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 78
78
#define DP0_VIDSRC_DSI_RX (1 << 0)
79
79
#define DP0_VIDSRC_DPI_RX (2 << 0)
80
80
#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
81
87
82
88
/* Control */
83
89
#define DP0CTL 0x0600
@@ -1286,6 +1292,8 @@ static const struct regmap_range tc_volatile_ranges[] = {
1286
1292
regmap_reg_range (DP_PHY_CTRL , DP_PHY_CTRL ),
1287
1293
regmap_reg_range (DP0_PLLCTRL , PXL_PLLCTRL ),
1288
1294
regmap_reg_range (VFUEN0 , VFUEN0 ),
1295
+ regmap_reg_range (INTSTS_G , INTSTS_G ),
1296
+ regmap_reg_range (GPIOI , GPIOI ),
1289
1297
};
1290
1298
1291
1299
static const struct regmap_access_table tc_volatile_table = {
You can’t perform that action at this time.
0 commit comments