]> git.baikalelectronics.ru Git - uboot.git/commit
ram: rk3328: Use correct frequency units in function
authorSimon South <simon@simonsouth.net>
Sun, 6 Oct 2019 16:28:13 +0000 (12:28 -0400)
committerKever Yang <kever.yang@rock-chips.com>
Sun, 10 Nov 2019 12:40:20 +0000 (20:40 +0800)
commitf00782068aca4f7fcbcc800725d06aec592d4008
treef9164d4e8a436799208ec99cdb012322243bcad8
parentfe64535db296b70b37f08761f625aa757be6ad84
ram: rk3328: Use correct frequency units in function

Fix a pair of tests in phy_dll_bypass_set() that used incorrect units
for the DDR frequency, causing the DRAM controller to be misconfigured
in most cases.

Signed-off-by: Simon South <simon@simonsouth.net>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
drivers/ram/rockchip/sdram_rk3328.c