diff options
author | Icenowy Zheng <icenowy@aosc.xyz> | 2016-11-22 23:58:31 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-01-05 22:44:20 +0100 |
commit | d49f9dbc8f0c4521fa56477d051a3bd1158f2595 (patch) | |
tree | 14a631a26b24e7f6ce1471a62d0744ffdf0d8694 /arch | |
parent | ac93c09cdbaf1229c21f67a5db1c3c6df7d503e5 (diff) | |
download | linux-stable-d49f9dbc8f0c4521fa56477d051a3bd1158f2595.tar.gz linux-stable-d49f9dbc8f0c4521fa56477d051a3bd1158f2595.tar.bz2 linux-stable-d49f9dbc8f0c4521fa56477d051a3bd1158f2595.zip |
arm64: dts: allwinner: enable EHCI1, OHCI1 and USB PHY nodes in Pine64
Pine64 have two USB Type-A ports, which are wired to the two ports of
A64 USB PHY, and the lower port is the EHCI/OHCI1 port.
Enable the necessary nodes to enable the lower USB port to work.
Signed-off-by: Icenowy Zheng <icenowy@aosc.xyz>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts index c32ebc786119..f9a11e68bfd6 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pine64.dts @@ -57,6 +57,10 @@ }; }; +&ehci1 { + status = "okay"; +}; + &i2c1 { pinctrl-names = "default"; pinctrl-0 = <&i2c1_pins>; @@ -67,8 +71,16 @@ bias-pull-up; }; +&ohci1 { + status = "okay"; +}; + &uart0 { pinctrl-names = "default"; pinctrl-0 = <&uart0_pins_a>; status = "okay"; }; + +&usbphy { + status = "okay"; +}; |