diff options
author | Maxime Coquelin <maxime.coquelin@st.com> | 2015-09-23 20:53:58 +0300 |
---|---|---|
committer | Maxime Coquelin <maxime.coquelin@st.com> | 2015-09-29 17:31:17 +0300 |
commit | b771ae27bc72c7be48993872396c8f1d9a72b12d (patch) | |
tree | 764141cddaedfab197874a9d77af48adbf73e91a /arch/arm/boot/dts/stih410-b2120.dts | |
parent | 759742d13caa11acf24b0aef7daa8b56f244f231 (diff) | |
download | linux-b771ae27bc72c7be48993872396c8f1d9a72b12d.tar.xz |
ARM: dts: stih410: Enable USB2.0 and related PHY nodes at board level
A board might not expose the USB2.0 ports, so disable them by default in SoC
file, and enable them in b2120 board.
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Acked-by: Peter Griffin <peter.griffin@linaro.org>
Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
Diffstat (limited to 'arch/arm/boot/dts/stih410-b2120.dts')
-rw-r--r-- | arch/arm/boot/dts/stih410-b2120.dts | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/stih410-b2120.dts b/arch/arm/boot/dts/stih410-b2120.dts index 16f02c5e33a4..8af1e73c0532 100644 --- a/arch/arm/boot/dts/stih410-b2120.dts +++ b/arch/arm/boot/dts/stih410-b2120.dts @@ -35,5 +35,29 @@ sd-uhs-sdr104; sd-uhs-ddr50; }; + + usb2_picophy1: phy2 { + status = "okay"; + }; + + usb2_picophy2: phy3 { + status = "okay"; + }; + + ohci0: usb@9a03c00 { + status = "okay"; + }; + + ehci0: usb@9a03e00 { + status = "okay"; + }; + + ohci1: usb@9a83c00 { + status = "okay"; + }; + + ehci1: usb@9a83e00 { + status = "okay"; + }; }; }; |