Merge tag 'xfs-4.15-merge-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[sfrench/cifs-2.6.git] / arch / arm / boot / dts / meson8b-odroidc1.dts
index e50f1a1fdbc79a57116b499a8a227369083b387e..9ff6ca4e20d069f56427fef917f20d71bdf83649 100644 (file)
        pinctrl-0 = <&uart_ao_a_pins>;
        pinctrl-names = "default";
 };
+
+&gpio_ao {
+       /*
+        * WARNING: The USB Hub on the Odroid-C1/C1+ needs a reset signal
+        * to be turned high in order to be detected by the USB Controller.
+        * This signal should be handled by a USB specific power sequence
+        * in order to reset the Hub when USB bus is powered down.
+        */
+       usb-hub {
+               gpio-hog;
+               gpios = <GPIOAO_4 GPIO_ACTIVE_HIGH>;
+               output-high;
+               line-name = "usb-hub-reset";
+       };
+};
+
+&usb1_phy {
+       status = "okay";
+};
+
+&usb1 {
+       status = "okay";
+};