[PATCH 10/15] arm64: dts: imx8mm-phyboard-polis: Assign missing regulator for bluetooth
Andrej Picej
andrej.picej at norik.com
Mon Nov 25 00:18:09 PST 2024
From: Yashwanth Varakala <y.varakala at phytec.de>
Assign the missing regulator to the bluetooth node. Absence of
this regulator triggers the warning message from kernel as driver
uses a fallback dummy regulator when there is no regulator assigned.
Signed-off-by: Yashwanth Varakala <y.varakala at phytec.de>
Signed-off-by: Andrej Picej <andrej.picej at norik.com>
---
arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
index f5f503c3c6b9..defe59d957d8 100644
--- a/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
+++ b/arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts
@@ -266,6 +266,7 @@ bluetooth {
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_bt>;
shutdown-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
+ vbat-supply = <®_vcc_3v3>;
vddio-supply = <®_vcc_3v3>;
};
};
--
2.34.1
More information about the linux-arm-kernel
mailing list