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)
commitab12aa24e619b5e81cbde7de88c6d9a19f04313b
tree1622901c7f339cfd0c9dc42591bef26ed2d1599d
parentfc04bd84b34e049286bcfc6791e9bb29123ec1ea
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: 48263504c8d5 ("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