Commit b80e7ce7 authored by Hans de Goede's avatar Hans de Goede Committed by Siarhei Siamashka
Browse files

Add fel spl support for A23


Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarSiarhei Siamashka <siarhei.siamashka@gmail.com>
parent f6a1382b
...@@ -387,6 +387,11 @@ soc_sram_info soc_sram_info_table[] = { ...@@ -387,6 +387,11 @@ soc_sram_info soc_sram_info_table[] = {
.thunk_addr = 0xAE00, .thunk_size = 0x200, .thunk_addr = 0xAE00, .thunk_size = 0x200,
.swap_buffers = a10_a13_a20_sram_swap_buffers, .swap_buffers = a10_a13_a20_sram_swap_buffers,
}, },
{
.soc_id = 0x1650, /* Allwinner A23 */
.thunk_addr = 0x46E00, .thunk_size = 0x200,
.swap_buffers = a31_sram_swap_buffers,
},
{ {
.soc_id = 0x1633, /* Allwinner A31 */ .soc_id = 0x1633, /* Allwinner A31 */
.thunk_addr = 0x46E00, .thunk_size = 0x200, .thunk_addr = 0x46E00, .thunk_size = 0x200,
......
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