diff options
| author | Icenowy Zheng <[email protected]> | 2020-10-16 17:33:08 +0800 |
|---|---|---|
| committer | Jagan Teki <[email protected]> | 2020-10-22 11:40:28 +0530 |
| commit | 0e3160b72323c819e7d48c0ae6eb047eb0fe4648 (patch) | |
| tree | ba7d86c865f84f623dcce9d11d5762f512749e54 /arch/arm/include | |
| parent | fb5b1678433711091e6f89a1c1ef24c422b5f521 (diff) | |
sunxi: make V3s DRAM initialization more proper
Previously, because we have no source code about the DRAM initialization
of V3s and missing some configurations (delays and MBUS QoS info), our
V3s DRAM initialization sequence is hacked from the H3 one.
As the SDK shipped with PineCube contains source code for V3s libdram,
we can retrieve these information from it and tweak some other magic
bits.
Signed-off-by: Icenowy Zheng <[email protected]>
Reviewed-by: Andre Przywara <[email protected]>
Acked-by: Jagan Teki <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-sunxi/cpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-sunxi/cpu.h b/arch/arm/include/asm/arch-sunxi/cpu.h index 4c399b0a15b..8b57d24e2f0 100644 --- a/arch/arm/include/asm/arch-sunxi/cpu.h +++ b/arch/arm/include/asm/arch-sunxi/cpu.h @@ -16,6 +16,7 @@ #define SOCID_A64 0x1689 #define SOCID_H3 0x1680 +#define SOCID_V3S 0x1681 #define SOCID_H5 0x1718 #define SOCID_R40 0x1701 |
