This patch updates the polarity of the reset-gpio pin in usb0, and gpio
header file added.
Signed-off-by: Piyush Mehta <piyush.mehta@xilinx.com>
*/
#include <dt-bindings/dma/xlnx-zynqmp-dpdma.h>
+#include <dt-bindings/gpio/gpio.h>
#include <dt-bindings/power/xlnx-zynqmp-power.h>
#include <dt-bindings/reset/xlnx-zynqmp-resets.h>
<&zynqmp_reset ZYNQMP_RESET_USB0_HIBERRESET>,
<&zynqmp_reset ZYNQMP_RESET_USB0_APB>;
reset-names = "usb_crst", "usb_hibrst", "usb_apbrst";
- reset-gpio = <&modepin_gpio 1 0>;
+ reset-gpio = <&modepin_gpio 1 GPIO_ACTIVE_LOW>;
ranges;
dwc3_0: dwc3@fe200000 {