summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-09-25 10:21:42 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-10-02 11:20:57 +0200
commit893eccd3a9ff72e62564ce09becff04b4253a021 (patch)
treeae594cc117811d0744358049afd819a618623ce8
parentb6c83973d65e0c08fe24ffa4a72560fd5335d9e5 (diff)
[wip]: puma-rk3399: dts: usbhub_enable <- dm-pre-reloc; disable ohci/ehci
-rw-r--r--arch/arm/dts/rk3399-puma.dtsi11
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/dts/rk3399-puma.dtsi b/arch/arm/dts/rk3399-puma.dtsi
index 4c22279efa..6dd448d517 100644
--- a/arch/arm/dts/rk3399-puma.dtsi
+++ b/arch/arm/dts/rk3399-puma.dtsi
@@ -92,6 +92,7 @@
};
usbhub_enable: usbhub_enable {
+ u-boot,dm-pre-reloc;
compatible = "regulator-fixed";
regulator-name = "usbhub_enable";
enable-active-low;
@@ -525,23 +526,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 {