Quoting Bjorn Andersson (2021-10-01 10:43:58)
In order to deal with multiple memory ranges in the following commit change the ioremap wrapper to not poke directly into the dss_io_data struct.
While at it, devm_ioremap_resource() already prints useful error messages on failure, so omit the unnecessary prints from the caller.
Signed-off-by: Bjorn Andersson bjorn.andersson@linaro.org
Reviewed-by: Stephen Boyd swboyd@chromium.org
I realize this will cause some prints when we use old DTs. I suppose that's OK though because we'll have more incentive to update existing DT.