arm64: zynqmp: Fix level of gpio reset for usb on kv260 boards
authorMichal Simek <michal.simek@xilinx.com>
Wed, 23 Feb 2022 15:17:42 +0000 (16:17 +0100)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 7 Mar 2022 15:33:47 +0000 (16:33 +0100)
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
arch/arm/dts/zynqmp-sck-kv-g-revA.dts
arch/arm/dts/zynqmp-sck-kv-g-revB.dts

index 9445dac..85994be 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 28a3f3c..b81c2e6 100644 (file)
                status = "okay";
                compatible = "microchip,usb5744";
                i2c-bus = <&i2c1>;
-               reset-gpios = <&gpio 44 GPIO_ACTIVE_HIGH>;
+               reset-gpios = <&gpio 44 GPIO_ACTIVE_LOW>;
        };
 };