From 4c4111034fca0b487706d1c19d005cad6d8bc4b7 Mon Sep 17 00:00:00 2001 From: Chen-Yu Tsai Date: Tue, 29 Nov 2016 14:40:56 +0800 Subject: [PATCH] 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 --- soc_info.c | 1 + 1 file changed, 1 insertion(+) diff --git a/soc_info.c b/soc_info.c index f35c363..80199eb 100644 --- a/soc_info.c +++ b/soc_info.c @@ -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,