mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
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 <jernej.skrabec@gmail.com> Acked-by: Andre Przywara <andre.przywara@arm.com> Signed-off-by: Andre Przywara <andre.przywara@arm.com>
This commit is contained in:
parent
83118bfa04
commit
ae6f66d5b5
4 changed files with 163 additions and 49 deletions
|
@ -155,7 +155,10 @@ struct dram_para {
|
|||
u32 dx_odt;
|
||||
u32 dx_dri;
|
||||
u32 ca_dri;
|
||||
u32 odt_en;
|
||||
u32 tpr10;
|
||||
u32 tpr11;
|
||||
u32 tpr12;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue