From fce451d92bf8334c6789afda99bf6e4490b235bb Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Wed, 26 Aug 2020 17:30:02 +0200 Subject: arm: dts: imx6q apalis: adapt pcie-reset to changed driver The pcie driver now uses the gpiod framework. Drop the property reset-gpio-active-high as this now inverts twice having the pin in the wrong state. Since pcie-reset is implemented with RESET_MOCI# this fixes all users of RESET_MOCI#, among them USB Host. Signed-off-by: Max Krummenacher --- arch/arm/boot/dts/imx6q-apalis-ixora.dts | 1 - 1 file changed, 1 deletion(-) (limited to 'arch/arm/boot/dts/imx6q-apalis-ixora.dts') diff --git a/arch/arm/boot/dts/imx6q-apalis-ixora.dts b/arch/arm/boot/dts/imx6q-apalis-ixora.dts index 31d1fce62b15..596771739378 100644 --- a/arch/arm/boot/dts/imx6q-apalis-ixora.dts +++ b/arch/arm/boot/dts/imx6q-apalis-ixora.dts @@ -364,7 +364,6 @@ pinctrl-0 = <&pinctrl_reset_moci>; /* active-high meaning opposite of regular PERST# active-low polarity */ reset-gpio = <&gpio1 28 GPIO_ACTIVE_HIGH>; - reset-gpio-active-high; status = "okay"; }; -- cgit v1.2.3