commit | ab12aa24e619b5e81cbde7de88c6d9a19f04313b | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Fri Jan 26 11:24:04 2018 -0500 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 26 13:08:03 2018 -0500 |
tree | 1622901c7f339cfd0c9dc42591bef26ed2d1599d | |
parent | fc04bd84b34e049286bcfc6791e9bb29123ec1ea [diff] |
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>