]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO
authorTim Harvey <tharvey@gateworks.com>
Wed, 22 May 2024 21:38:28 +0000 (14:38 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 27 Jun 2024 11:52:25 +0000 (13:52 +0200)
[ Upstream commit e1b4622efbe7ad09c9a902365a993f68c270c453 ]

Fix the invalid BT shutdown GPIO (gpio1_io3 not gpio4_io16)

Fixes: 716ced308234 ("arm64: dts: freescale: Add imx8mp-venice-gw73xx-2x")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi

index f5491a608b2f3793ca410871fda7e5005db661e1..3c063f8a9383ee3c1f3ab186f1e18dc00f29c978 100644 (file)
 
        bluetooth {
                compatible = "brcm,bcm4330-bt";
-               shutdown-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
+               shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
        };
 };