arm64: zynqmp: Fix level of gpio reset for usb on kv260 boards

Active level is low that's why it should be fixed.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Link: https://lore.kernel.org/r/86b3a96ce990b0ee0adab221146b5a5c751bd4a9.1645629459.git.michal.simek@xilinx.com
This commit is contained in:
Michal Simek 2022-02-23 16:17:42 +01:00
parent 8b82a3a7fe
commit 2f6e1dde38
2 changed files with 2 additions and 2 deletions

View file

@ -131,7 +131,7 @@
phys = <&psgtr 2 PHY_TYPE_USB3 0 1>;
usbhub: usb5744 { /* u43 */
compatible = "microchip,usb5744";
reset-gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
};

View file

@ -115,7 +115,7 @@
status = "okay";
compatible = "microchip,usb5744";
i2c-bus = <&i2c1>;
reset-gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
};
};