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

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
...@@ -219,7 +219,7 @@ &uart3 { ...@@ -219,7 +219,7 @@ &uart3 {
bluetooth { bluetooth {
compatible = "brcm,bcm4330-bt"; compatible = "brcm,bcm4330-bt";
shutdown-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>; shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>;
}; };
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment