Re: [PATCH v2 3/4] ARM: dts: sun8i: a83t: Correct USB3503 GPIOs polarity

From: Chen-Yu Tsai
Date: Fri Dec 13 2019 - 03:08:35 EST


On Wed, Dec 11, 2019 at 10:52 PM Marek Szyprowski
<m.szyprowski@xxxxxxxxxxx> wrote:
>
> 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: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>

Acked-by: Chen-Yu Tsai <wens@xxxxxxxx>

I assume the dts patch has to go in before or at the same time as the driver
patch?