On 23/02/2021 23:18, Fabien Parent wrote: > The tca6416 chip is active low. Fix the reset-gpios value. > > Fixes: e2a8fa1e0faa ("arm64: dts: mediatek: fix tca6416 reset GPIOs in pumpkin") > Signed-off-by: Fabien Parent <fparent@xxxxxxxxxxxx> Applied to v5.12-next/dts64 Thanks! > --- > arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi > index 63fd70086bb8..9f27e7ed5e22 100644 > --- a/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi > +++ b/arch/arm64/boot/dts/mediatek/pumpkin-common.dtsi > @@ -56,7 +56,7 @@ &i2c0 { > tca6416: gpio@20 { > compatible = "ti,tca6416"; > reg = <0x20>; > - reset-gpios = <&pio 65 GPIO_ACTIVE_HIGH>; > + reset-gpios = <&pio 65 GPIO_ACTIVE_LOW>; > pinctrl-names = "default"; > pinctrl-0 = <&tca6416_pins>; > >