diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2016-10-20 13:42:56 +0200 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2016-10-20 10:18:28 -0700 |
commit | ab3943fe57a23526ed5a89b3260b5a57d7746e63 (patch) | |
tree | 2be636d663cbee246dd3335168e0dd848b605184 | |
parent | caafa69d364f922428240dd9e30ae6ae303abc97 (diff) | |
download | op-kernel-dev-ab3943fe57a23526ed5a89b3260b5a57d7746e63.zip op-kernel-dev-ab3943fe57a23526ed5a89b3260b5a57d7746e63.tar.gz |
ARM64: dts: meson-gxbb: Add P20x Wifi SDIO support
Add Wifi module support on the Amlogic P20x boards on the SDIO port.
The Wifi module also needs a 32768Hz clock provided by the PWM E port
through a pwm-clock node in it's power sequence.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi index 6861b0a..203be28 100644 --- a/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi @@ -118,6 +118,13 @@ clock-frequency = <32768>; pwms = <&pwm_ef 0 30518 0>; /* PWM_E at 32.768KHz */ }; + + sdio_pwrseq: sdio-pwrseq { + compatible = "mmc-pwrseq-simple"; + reset-gpios = <&gpio GPIOX_6 GPIO_ACTIVE_LOW>; + clocks = <&wifi32k>; + clock-names = "ext_clock"; + }; }; /* This UART is brought out to the DB9 connector */ @@ -171,8 +178,15 @@ non-removable; disable-wp; + mmc-pwrseq = <&sdio_pwrseq>; + vmmc-supply = <&vddao_3v3>; vqmmc-supply = <&vddio_boot>; + + brcmf: bcrmf@1 { + reg = <1>; + compatible = "brcm,bcm4329-fmac"; + }; }; /* SD card */ |