From: Sergei Shtylyov Date: Sat, 1 Jun 2013 21:50:25 +0000 (+0400) Subject: phy-rcar-usb: correct base address X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~71^2~32^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=725bf9dcafe16aa69c8ab34c63ba36c6eb4492f2;p=pandora-kernel.git phy-rcar-usb: correct base address The memory region that is used by the driver overlaps EHCI and OHCI register regions for absolutely no reason now -- fix it by adding offset of 0x800 to the base address, changing the register #define's accordingly. This has extra positive effect that we now can use devm_ioremap_resource()... Note that the driver and the SoC code have to be in one patch to keep the code bisectable... The patch has been tested on the Marzen board. Signed-off-by: Sergei Shtylyov Acked-by: Kuninori Morimoto Acked-by: Felipe Balbi Signed-off-by: Simon Horman --- Reading git-diff-tree failed