commit | 6310755e28828d1f2ebc567d8ba57403aceabac2 | [log] [tgz] |
---|---|---|
author | Chen-Yu Tsai <wens@csie.org> | Sat Dec 30 20:44:07 2017 +0800 |
committer | Marek Vasut <marex@denx.de> | Wed Jan 10 11:11:05 2018 +0100 |
tree | e61646a2609e26762e6b7f8b2e7804d4a44f4ce1 | |
parent | 9798b66cb0eed899e1949169c82cf3a6be3ddf07 [diff] |
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>