Commit 4c411103 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by NiteHawk
Browse files

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: default avatarChen-Yu Tsai <wens@csie.org>
parent 40a8f529
......@@ -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,
......
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