On 2/28/20 4:46 PM, Marek Vasut wrote: > On 2/28/20 10:05 PM, Sean Anderson wrote: >> This header is needed outside of the arm architecture for the designware >> watchdog. >> >> Signed-off-by: Sean Anderson <sean...@gmail.com> >> Reviewed-by: Simon Glass <s...@chromium.org> >> --- >> This patch previously appeared as >> https://patchwork.ozlabs.org/patch/1232411/ > > Can't you call round_up(fls(...)) in that DW watchdog driver (and the > omap emif driver, and remove all this log2 stuff altogether) ? >
That could work; I just wanted to make the smallest change necessary to get everything working. --Sean