diff options
author | Andre Przywara | 2019-07-15 02:27:06 +0100 |
---|---|---|
committer | Jagan Teki | 2019-07-16 17:09:31 +0530 |
commit | 770b85a4180e5173c57c3297a4e28647e041f63a (patch) | |
tree | 36288a5cd66bae0123a31c85311a3414061cd83a /configs/orangepi_lite2_defconfig | |
parent | 65f80f58049a820e7d1ed7b0b0d233885ce6ebb2 (diff) |
sunxi: H6: move LPDDR3 timing definition into separate file
Currently the H6 DRAM driver only supports one kind of LPDDR3 DRAM.
Split the timing parameters for this LPDDR3 configuration into a
separate file, to allow selecting an alternative later at compile time
(as the sunxi-dw driver does).
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Tested-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>
Diffstat (limited to 'configs/orangepi_lite2_defconfig')
-rw-r--r-- | configs/orangepi_lite2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/orangepi_lite2_defconfig b/configs/orangepi_lite2_defconfig index f6d023eea71..2d74fc4053d 100644 --- a/configs/orangepi_lite2_defconfig +++ b/configs/orangepi_lite2_defconfig @@ -3,6 +3,7 @@ CONFIG_ARCH_SUNXI=y CONFIG_NR_DRAM_BANKS=1 CONFIG_SPL=y CONFIG_MACH_SUN50I_H6=y +CONFIG_SUNXI_DRAM_H6_LPDDR3=y CONFIG_MMC0_CD_PIN="PF6" # CONFIG_PSCI_RESET is not set # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set |