]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
rockchip: dts: rk3399-puma: update USB configuration
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Mon, 6 Nov 2017 22:02:53 +0000 (23:02 +0100)
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tue, 7 Nov 2017 08:16:57 +0000 (09:16 +0100)
This change updates the USB configuration for the RK3399-Q7 in the DTS:
 * fixes the OTG board configuration by enabling it ('okay')
 * improves the speed of 'usb start' by disabling the unused EHCI/OHCI
   controllers

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Tested-by: Klaus Goger <klaus.goger@theobroma-systems.com>
arch/arm/dts/rk3399-puma.dtsi

index c517fd3627d1864f17dd0215a80fa9aecb2f75b8..8065b3cc88ab5159cb87e9ad09d31ec944b44a16 100644 (file)
 };
 
 &usb_host0_ehci {
-       status = "okay";
+       status = "disabled";
 };
 
 &usb_host0_ohci {
-       status = "okay";
+       status = "disabled";
 };
 
 &dwc3_typec0 {
-       status = "disabled";
+       status = "okay";
 };
 
 &usb_host1_ehci {
-       status = "okay";
+       status = "disabled";
 };
 
 &usb_host1_ohci {
-       status = "okay";
+       status = "disabled";
 };
 
 &dwc3_typec1 {