diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-11-04 21:56:07 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2015-11-11 23:35:34 +0900 |
commit | 2610b1362b7a6b7bb880d1aa4f7c960997305bc3 (patch) | |
tree | 3b0b675ca29492d5068f5a85b782d7673630d6cf /arch/arm/dts/uniphier-ph1-ld6b-ref.dts | |
parent | 57e2c481c7a5a5a2e3d2831a4f20bd835178d6d7 (diff) | |
download | u-boot-imx-2610b1362b7a6b7bb880d1aa4f7c960997305bc3.zip u-boot-imx-2610b1362b7a6b7bb880d1aa4f7c960997305bc3.tar.gz u-boot-imx-2610b1362b7a6b7bb880d1aa4f7c960997305bc3.tar.bz2 |
ARM: dts: uniphier: add USB xHCI nodes for PH1-Pro5 and ProXstream2
This makes USB3.0 available on new SoCs/boards.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/dts/uniphier-ph1-ld6b-ref.dts')
-rw-r--r-- | arch/arm/dts/uniphier-ph1-ld6b-ref.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ph1-ld6b-ref.dts b/arch/arm/dts/uniphier-ph1-ld6b-ref.dts index bd86f09..ccadd81 100644 --- a/arch/arm/dts/uniphier-ph1-ld6b-ref.dts +++ b/arch/arm/dts/uniphier-ph1-ld6b-ref.dts @@ -54,6 +54,14 @@ status = "okay"; }; +&usb0 { + status = "okay"; +}; + +&usb1 { + status = "okay"; +}; + /* for U-boot only */ / { soc { |