Commit e1b4622e authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo
Browse files

arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO



Fix the invalid BT shutdown GPIO (gpio1_io3 not gpio4_io16)

Fixes: 716ced30 ("arm64: dts: freescale: Add imx8mp-venice-gw73xx-2x")
Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent bcdea3e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ &uart3 {

	bluetooth {
		compatible = "brcm,bcm4330-bt";
		shutdown-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
		shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
	};
};