]> git.ipfire.org Git - thirdparty/kernel/linux.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)
committerShawn Guo <shawnguo@kernel.org>
Sat, 15 Jun 2024 08:35:57 +0000 (16:35 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi

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