ODROID-COMMON: usb3: do not reset USB hub on boot

Change-Id: I167f44ff20e35be30851e81cdd180afb5d093d29
Signed-off-by: Dongjin Kim <tobetter@gmail.com>
(cherry picked from commit 3fd41551e8)
This commit is contained in:
Dongjin Kim
2019-02-28 03:48:01 -05:00
committed by Chris KIM
parent 290638e238
commit 57b401b025

View File

@@ -193,13 +193,11 @@
gpios = <&gpio GPIOH_5 GPIO_ACTIVE_HIGH>;
asserted-state = <0>;
duration-ms = <100>;
auto;
};
usb_hub {
gpios = <&gpio GPIOH_4 GPIO_ACTIVE_HIGH>;
asserted-state = <0>;
duration-ms = <100>;
auto;
};
};