Unverified Commit 1c226017 authored by Marek Szyprowski's avatar Marek Szyprowski Committed by Maxime Ripard
Browse files

ARM: dts: sun8i: a83t: Correct USB3503 GPIOs polarity



Current USB3503 driver ignores GPIO polarity and always operates as if the
GPIO lines were flagged as ACTIVE_HIGH. Fix the polarity for the existing
USB3503 chip applications to match the chip specification and common
convention for naming the pins. The only pin, which has to be ACTIVE_LOW
is the reset pin. The remaining are ACTIVE_HIGH. This change allows later
to fix the USB3503 driver to properly use generic GPIO bindings and read
polarity from DT.

Signed-off-by: default avatarMarek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: default avatarMaxime Ripard <maxime@cerno.tech>
parent 3d615c2f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -101,7 +101,7 @@
		initial-mode = <1>; /* initialize in HUB mode */
		disabled-ports = <1>;
		intn-gpios = <&pio 7 5 GPIO_ACTIVE_HIGH>; /* PH5 */
		reset-gpios = <&pio 4 16 GPIO_ACTIVE_HIGH>; /* PE16 */
		reset-gpios = <&pio 4 16 GPIO_ACTIVE_LOW>; /* PE16 */
		connect-gpios = <&pio 4 17 GPIO_ACTIVE_HIGH>; /* PE17 */
		refclk-frequency = <19200000>;
	};