Skip to content

Commit e1b4622

Browse files
GateworksShawn Guo
authored andcommitted
arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO
Fix the invalid BT shutdown GPIO (gpio1_io3 not gpio4_io16) Fixes: 716ced3 ("arm64: dts: freescale: Add imx8mp-venice-gw73xx-2x") Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent bcdea3e commit e1b4622

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219

220220
bluetooth {
221221
compatible = "brcm,bcm4330-bt";
222-
shutdown-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>;
222+
shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
223223
};
224224
};
225225

0 commit comments

Comments
 (0)