]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: uniphier: fix delay fixup code in LD11 UMC init
authorKotaro Hayashi <hayashi.kotaro@socionext.com>
Mon, 19 Dec 2016 02:14:04 +0000 (11:14 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 22 Jan 2017 06:01:27 +0000 (15:01 +0900)
commit6f565f1e70597d741e78639189fa03bb0c5f3b0f
tree56b1f5ede535f6facb8b4b73132703012fb39812
parent90538c410f7b37aecad033cf022d2942a67f6211
ARM: uniphier: fix delay fixup code in LD11 UMC init

The ddrphy_shift_rof_hws() never writes back the shifted delay value
to the register, which makes this function non-effective.

Signed-off-by: Kotaro Hayashi <hayashi.kotaro@socionext.com>
[masahiro: add git log]
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
arch/arm/mach-uniphier/dram/umc-ld11.c