]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
arm64: zynqmp: Fix level of gpio reset for usb on kv260 boards
authorMichal Simek <michal.simek@xilinx.com>
Fri, 29 Oct 2021 11:21:22 +0000 (13:21 +0200)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 6 Dec 2021 12:32:48 +0000 (13:32 +0100)
Active level is low that's why it should be fixed.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
arch/arm/dts/zynqmp-sck-kv-g-revA.dts
arch/arm/dts/zynqmp-sck-kv-g-revB.dts

index 22602d8c33f84c46db4830965af9ddc0d200bcf3..150a7efb8b8adbebf9ede2eb9a1ae08d6b3663b7 100644 (file)
        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>;
        };
 };
 
index d43ce133512a53770384db8f77153d31cce7ecd5..7cfa4b00ec9e2db977aee764c58d7c8181a1d95a 100644 (file)
                status = "okay";
                compatible = "microchip,usb5744";
                i2c-bus = <&i2c1>;
-               reset-gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
        };
 };