Commit f8fab2dc authored by Yashwanth Varakala's avatar Yashwanth Varakala Committed by Shawn Guo
Browse files

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: default avatarYashwanth Varakala <y.varakala@phytec.de>
Signed-off-by: default avatarAndrej Picej <andrej.picej@norik.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 1fcb3dc1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -266,6 +266,7 @@ bluetooth {
		pinctrl-names = "default";
		pinctrl-0 = <&pinctrl_bt>;
		shutdown-gpios = <&gpio2 6 GPIO_ACTIVE_HIGH>;
		vbat-supply = <&reg_vcc_3v3>;
		vddio-supply = <&reg_vcc_3v3>;
	};
};