Commit 6e825a0b authored by Priit Laes's avatar Priit Laes
Browse files

FEL: Add wdreset support to Allwinner A20 SoC


Signed-off-by: default avatarPriit Laes <plaes@plaes.org>
parent 39bd0d1d
...@@ -145,6 +145,7 @@ soc_info_t soc_info_table[] = { ...@@ -145,6 +145,7 @@ soc_info_t soc_info_table[] = {
.thunk_addr = 0xA200, .thunk_size = 0x200, .thunk_addr = 0xA200, .thunk_size = 0x200,
.swap_buffers = a10_a13_a20_sram_swap_buffers, .swap_buffers = a10_a13_a20_sram_swap_buffers,
.sid_base = 0x01C23800, .sid_base = 0x01C23800,
.watchdog = &wd_a10_compat,
},{ },{
.soc_id = 0x1650, /* Allwinner A23 */ .soc_id = 0x1650, /* Allwinner A23 */
.name = "A23", .name = "A23",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment