]> git.baikalelectronics.ru Git - uboot.git/commit
ARM: socfpga: Convert callers of cm_write_with_phase for wait_for_bit_le32
authorTom Rini <trini@konsulko.com>
Fri, 26 Jan 2018 16:24:04 +0000 (11:24 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 26 Jan 2018 18:08:03 +0000 (13:08 -0500)
commite1662213709fb29288e4ffdcd0b918eda1411bf3
tree1622901c7f339cfd0c9dc42591bef26ed2d1599d
parentcee3823d4e44399b911a7911ff48d015cedbc426
ARM: socfpga: Convert callers of cm_write_with_phase for wait_for_bit_le32

Now that we have and use wait_for_bit_le32() available, the callers of
cm_write_with_phase() should not be casting values to u32 and instead we
expect a const void *, so provide that directly.

Fixes: 2776382f54ea ("wait_bit: use wait_for_bit_le32 and remove wait_for_bit")
Reviewed-by: Marek Vasut <marex@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
arch/arm/mach-socfpga/clock_manager_gen5.c