Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6ul-pico-hobbit: Add Wifi support

imx6ul-pico-hobbit has a bcm4343 wifi chip connected to usdhc2 port.

Add support for it.

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Vanessa Maegima and committed by
Shawn Guo
9eebb750 942526c3

+21
+21
arch/arm/boot/dts/imx6ul-pico-hobbit.dts
··· 100 100 gpio = <&gpio1 6 0>; 101 101 }; 102 102 103 + reg_brcm: regulator-brcm { 104 + compatible = "regulator-fixed"; 105 + enable-active-high; 106 + gpio = <&gpio4 8 GPIO_ACTIVE_HIGH>; 107 + pinctrl-names = "default"; 108 + pinctrl-0 = <&pinctrl_brcm_reg>; 109 + regulator-name = "brcm_reg"; 110 + regulator-min-microvolt = <3300000>; 111 + regulator-max-microvolt = <3300000>; 112 + startup-delay-us = <200000>; 113 + }; 114 + 103 115 sound { 104 116 compatible = "fsl,imx-audio-sgtl5000"; 105 117 model = "imx6ul-sgtl5000"; ··· 337 325 pinctrl-names = "default"; 338 326 pinctrl-0 = <&pinctrl_usdhc2>; 339 327 no-1-8-v; 328 + non-removable; 340 329 keep-power-in-suspend; 341 330 wakeup-source; 331 + vmmc-supply = <&reg_brcm>; 342 332 status = "okay"; 343 333 }; 344 334 345 335 &iomuxc { 336 + pinctrl_brcm_reg: brcmreggrp { 337 + fsl,pins = < 338 + MX6UL_PAD_NAND_DATA06__GPIO4_IO08 0x10b0 /* WL_REG_ON */ 339 + MX6UL_PAD_NAND_DATA04__GPIO4_IO06 0x10b0 /* WL_HOST_WAKE */ 340 + >; 341 + }; 342 + 346 343 pinctrl_enet2: enet2grp { 347 344 fsl,pins = < 348 345 MX6UL_PAD_ENET1_TX_DATA1__ENET2_MDIO 0x1b0b0