In the case that the dwc3 core driver is instantiated from the sameAcked-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxx>
memory resource information as the glue driver, the dwc_res memory
region will overlap with the memory region already mapped by the glue.
As the DWC3 core driver already does math on the passed memory region to
exclude the XHCI region, also adjust the end address, to avoid having to
pass an adjusted region from the glue explicitly.
Signed-off-by: Bjorn Andersson <quic_bjorande@xxxxxxxxxxx>
---