]> git.sur5r.net Git - u-boot/commit
musb: sunxi: Use base address from device tree
authorChen-Yu Tsai <wens@csie.org>
Sat, 30 Dec 2017 12:44:07 +0000 (20:44 +0800)
committerMarek Vasut <marex@denx.de>
Wed, 10 Jan 2018 10:11:05 +0000 (11:11 +0100)
commitf4f9896ac310402de0e4f5d2c15a93cb89425aca
treee61646a2609e26762e6b7f8b2e7804d4a44f4ce1
parent91f4fb9b89c94838bed41e12c3705c5553662c83
musb: sunxi: Use base address from device tree

Now that the musb sunxi glue driver is completely device model / device
tree driven, we should use the base address from the device tree,
instead of hard-coding it in the source code.

Fixes: 3a61b080acee ("musb: sunxi: switch to the device model")
Signed-off-by: Chen-Yu Tsai <wens@csie.org>
drivers/usb/musb-new/sunxi.c