mirror of
https://github.com/linux-sunxi/sunxi-tools.git
synced 2024-11-26 19:33:58 +08:00
fel: Add SID register address for A80
The SID block in the A80 is at 0x01c0e000, with the e-fuses we care about at offset 0x200 within the block. Signed-off-by: Chen-Yu Tsai <wens@csie.org>
This commit is contained in:
parent
40a8f5299e
commit
4c4111034f
@ -146,6 +146,7 @@ soc_info_t soc_info_table[] = {
|
||||
.scratch_addr = 0x11000,
|
||||
.thunk_addr = 0x23400, .thunk_size = 0x200,
|
||||
.swap_buffers = a80_sram_swap_buffers,
|
||||
.sid_addr = 0x01c0e200,
|
||||
},{
|
||||
.soc_id = 0x1673, /* Allwinner A83T */
|
||||
.scratch_addr = 0x1000,
|
||||
|
Loading…
Reference in New Issue
Block a user