diff options
| author | Jernej Skrabec <[email protected]> | 2023-04-10 10:21:16 +0200 |
|---|---|---|
| committer | Andre Przywara <[email protected]> | 2023-04-12 00:17:21 +0100 |
| commit | ae6f66d5b5f6cdfdf9cd0650f1d3d5e6acf32aa5 (patch) | |
| tree | 5d5ebb66382ff06a4ee6af83ca1410169d9e0977 /configs | |
| parent | 83118bfa0482db31e2084af771d3a8e491b7a880 (diff) | |
sunxi: Parameterize bit delay code in H616 DRAM driver
These values are highly board specific and thus make sense to add
parameter for them. To ease adding support for new boards, let's make
them same as in vendor DRAM settings.
Signed-off-by: Jernej Skrabec <[email protected]>
Acked-by: Andre Przywara <[email protected]>
Signed-off-by: Andre Przywara <[email protected]>
Diffstat (limited to 'configs')
| -rw-r--r-- | configs/x96_mate_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/x96_mate_defconfig b/configs/x96_mate_defconfig index b00daa458b2..acc64898da1 100644 --- a/configs/x96_mate_defconfig +++ b/configs/x96_mate_defconfig @@ -7,6 +7,8 @@ CONFIG_DRAM_SUN50I_H616_DX_ODT=0x03030303 CONFIG_DRAM_SUN50I_H616_DX_DRI=0x0e0e0e0e CONFIG_DRAM_SUN50I_H616_CA_DRI=0x1c12 CONFIG_DRAM_SUN50I_H616_TPR10=0x2f0007 +CONFIG_DRAM_SUN50I_H616_TPR11=0xffffdddd +CONFIG_DRAM_SUN50I_H616_TPR12=0xfedf7557 CONFIG_MACH_SUN50I_H616=y CONFIG_R_I2C_ENABLE=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set |
