diff options
Diffstat (limited to 'drivers/reset/sti/reset-stih416.c')
-rw-r--r-- | drivers/reset/sti/reset-stih416.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/reset/sti/reset-stih416.c b/drivers/reset/sti/reset-stih416.c index fe3bf02bdc8c..5fc987076a90 100644 --- a/drivers/reset/sti/reset-stih416.c +++ b/drivers/reset/sti/reset-stih416.c | |||
@@ -104,6 +104,7 @@ static const struct syscfg_reset_channel_data stih416_softresets[] = { | |||
104 | [STIH416_COMPO_A_SOFTRESET] = STIH416_SRST_CPU(SYSCFG_7564, 4), | 104 | [STIH416_COMPO_A_SOFTRESET] = STIH416_SRST_CPU(SYSCFG_7564, 4), |
105 | [STIH416_VP8_DEC_SOFTRESET] = STIH416_SRST_CPU(SYSCFG_7564, 10), | 105 | [STIH416_VP8_DEC_SOFTRESET] = STIH416_SRST_CPU(SYSCFG_7564, 10), |
106 | [STIH416_VTG_MAIN_SOFTRESET] = STIH416_SRST_CPU(SYSCFG_7564, 16), | 106 | [STIH416_VTG_MAIN_SOFTRESET] = STIH416_SRST_CPU(SYSCFG_7564, 16), |
107 | [STIH416_KEYSCAN_SOFTRESET] = STIH416_SRST_LPM(LPM_SYSCFG_1, 8), | ||
107 | }; | 108 | }; |
108 | 109 | ||
109 | static struct syscfg_reset_controller_data stih416_powerdown_controller = { | 110 | static struct syscfg_reset_controller_data stih416_powerdown_controller = { |