mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: imx8mq-librem5: wire up the wifi regulator
Connect the wifi power regulator to the corresponding GPIO. Signed-off-by: Guido Günther <agx@sigxcpu.org> Signed-off-by: Martin Kepplinger <martin.kepplinger@puri.sm> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
1f8359d4a2
commit
924025e5ee
1 changed files with 12 additions and 0 deletions
|
@ -138,9 +138,14 @@
|
|||
|
||||
reg_wifi_3v3: regulator-wifi-3v3 {
|
||||
compatible = "regulator-fixed";
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_wifi_pwr>;
|
||||
regulator-name = "3V3_WIFI";
|
||||
regulator-min-microvolt = <3300000>;
|
||||
regulator-max-microvolt = <3300000>;
|
||||
gpio = <&gpio3 10 GPIO_ACTIVE_HIGH>;
|
||||
enable-active-high;
|
||||
vin-supply = <®_vdd_3v3>;
|
||||
};
|
||||
|
||||
sound {
|
||||
|
@ -638,6 +643,13 @@
|
|||
>;
|
||||
};
|
||||
|
||||
pinctrl_wifi_pwr: wifipwrgrp {
|
||||
fsl,pins = <
|
||||
/* WIFI3V3_EN */
|
||||
MX8MQ_IOMUXC_NAND_DATA04_GPIO3_IO10 0x83
|
||||
>;
|
||||
};
|
||||
|
||||
pinctrl_wdog: wdoggrp {
|
||||
fsl,pins = <
|
||||
/* nWDOG */
|
||||
|
|
Loading…
Add table
Reference in a new issue