1
0
Fork 0

arm64: dts: rockchip: enable typec-phy0 for rk3399-puma-haikou

Commit c301b327ae ("arm64: dts: rockchip: add usb3-phy otg-port
support for rk3399") caused a regression regarding the USB3. During
boot, the following message appears a few times:

    dwc3: failed to initialize core

The driver is deferred waiting for the typec-phy, but this never
happens beause is disabled. So, enable it.

The offending commit was reverted in 4.16-rc but can be re-applied
after enabling the typec phys.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
hifive-unleashed-5.1
Enric Balletbo i Serra 2018-03-01 16:25:15 +01:00 committed by Heiko Stuebner
parent fd3e830387
commit 7c573e3741
1 changed files with 4 additions and 0 deletions

View File

@ -246,6 +246,10 @@
status = "okay";
};
&tcphy0 {
status = "okay";
};
&u2phy0 {
status = "okay";
};