diff options
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-26 18:34:01 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.m@jp.panasonic.com> | 2014-11-28 02:21:01 +0900 |
commit | 149c751dc7958f3db99203e49208198aa40811b3 (patch) | |
tree | 81dd4430f3367fcc52a82d495f11a931d44231ee /arch/arm/dts/uniphier-ph1-sld8-ref.dts | |
parent | 625177d27ed9e91cb96c0221b8020f7e4d24bfb6 (diff) | |
download | u-boot-imx-149c751dc7958f3db99203e49208198aa40811b3.zip u-boot-imx-149c751dc7958f3db99203e49208198aa40811b3.tar.gz u-boot-imx-149c751dc7958f3db99203e49208198aa40811b3.tar.bz2 |
usb: UniPhier: support OF configuration
If CONFIG_OF_CONTROL is defined, search device tree nodes that are
compatible with "panasonic,uniphier-ehci" and take the base address
from their "reg" property.
Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Marek Vasut <marex@denx.de>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-sld8-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-sld8-ref.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-sld8-ref.dts b/arch/arm/dts/uniphier-ph1-sld8-ref.dts index 6f898a3..ac73aad 100644 --- a/arch/arm/dts/uniphier-ph1-sld8-ref.dts +++ b/arch/arm/dts/uniphier-ph1-sld8-ref.dts @@ -32,3 +32,11 @@ &uart1 { status = "okay"; }; + +&usb0 { + status = "okay"; +}; + +&usb1 { + status = "okay"; +}; |