diff options
author | Tim Harvey <tharvey@gateworks.com> | 2024-05-22 23:38:28 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2024-06-15 10:35:57 +0200 |
commit | e1b4622efbe7ad09c9a902365a993f68c270c453 (patch) | |
tree | dab5eb95fed42edc5ae0db739594bc6599f7b224 | |
parent | arm: dts: imx53-qsb-hdmi: Disable panel instead of deleting node (diff) | |
download | linux-e1b4622efbe7ad09c9a902365a993f68c270c453.tar.xz linux-e1b4622efbe7ad09c9a902365a993f68c270c453.zip |
arm64: dts: freescale: imx8mp-venice-gw73xx-2x: fix BT shutdown GPIO
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>
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi index dec57fad6828..e2b5e7ac3e46 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw73xx.dtsi @@ -219,7 +219,7 @@ bluetooth { compatible = "brcm,bcm4330-bt"; - shutdown-gpios = <&gpio4 16 GPIO_ACTIVE_HIGH>; + shutdown-gpios = <&gpio1 3 GPIO_ACTIVE_HIGH>; }; }; |