diff options
author | 2025-02-18 08:41:51 +0100 | |
---|---|---|
committer | 2025-02-25 08:33:00 +0800 | |
commit | f8fab2dc4885c5c7fa9d0b2fec8e963015fe87d5 (patch) | |
tree | 17b5e1d177a434657b14d006c5d225ac20a174ac | |
parent | arm64: dts: imx8mm: move bulk of rtc properties to carrierboards (diff) | |
download | wireguard-linux-f8fab2dc4885c5c7fa9d0b2fec8e963015fe87d5.tar.xz wireguard-linux-f8fab2dc4885c5c7fa9d0b2fec8e963015fe87d5.zip |
arm64: dts: imx8mm-phyboard-polis: Assign missing regulator for bluetooth
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@phytec.de>
Signed-off-by: Andrej Picej <andrej.picej@norik.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to '')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mm-phyboard-polis-rdk.dts | 1 |
1 files changed, 1 insertions, 0 deletions
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 17e5dd40b5d7..be470cfb03d7 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 @@ pinctrl-names = "default"; pinctrl-0 = <&pinctrl_bt>; shutdown-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>; + vbat-supply = <®_vcc_3v3>; vddio-supply = <®_vcc_3v3>; }; }; |