diff mbox series

[U-Boot,3/6] rockchip: dts: rk3399-puma: update USB configuration

Message ID 1510005776-4783-3-git-send-email-philipp.tomsich@theobroma-systems.com
State Accepted
Commit b1e1ce2cd429c227ef0b2a72b1c13d91ef5555a3
Headers show
Series [U-Boot,1/6] rockchip: dts: rk3399-puma: fix the modelling of BIOS_DISABLE | expand

Commit Message

Philipp Tomsich Nov. 6, 2017, 10:02 p.m. UTC
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>
---

 arch/arm/dts/rk3399-puma.dtsi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Philipp Tomsich Nov. 6, 2017, 10:11 p.m. UTC | #1
> 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>
> ---
> 
>  arch/arm/dts/rk3399-puma.dtsi | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> 

Applied to u-boot-rockchip, thanks!
diff mbox series

Patch

diff --git a/arch/arm/dts/rk3399-puma.dtsi b/arch/arm/dts/rk3399-puma.dtsi
index 7fd4706..f7c70d96 100644
--- a/arch/arm/dts/rk3399-puma.dtsi
+++ b/arch/arm/dts/rk3399-puma.dtsi
@@ -524,23 +524,23 @@ 
 };
 
 &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 {