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 32d338926c
commit 0e689ef42e

View File

@@ -185,13 +185,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;
};
};