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)
commit18c24c11778c0571b6b559c02d1d58d65a8e44c1
treef9164d4e8a436799208ec99cdb012322243bcad8
parentb5500b20576e8e786d74d92549ca66d31c92b0d9
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