linux-mediatek.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Matthias Brugger <matthias.bgg@gmail.com>
To: Ryder Lee <ryder.lee@kernel.org>
Cc: devicetree@vger.kernel.org, Ryder Lee <ryder.lee@mediatek.com>,
	linux-kernel@vger.kernel.org, Rob Herring <robh+dt@kernel.org>,
	linux-mediatek@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] arm64: dts: mt7622: add built-in Wi-Fi device nodes
Date: Fri, 3 Apr 2020 00:19:36 +0200	[thread overview]
Message-ID: <4238d0e0-8605-2d63-9765-d64cde003271@gmail.com> (raw)
In-Reply-To: <315346e1d6fa00e5a0d7a8216982bf723af8e985.1584862530.git.ryder.lee@mediatek.com>



On 30/03/2020 00:53, Ryder Lee wrote:
> From: Ryder Lee <ryder.lee@mediatek.com>
> 
> This enables built-in 802.11n Wi-Fi support. It's 2.4GHz only.
> 
> Signed-off-by: Ryder Lee <ryder.lee@mediatek.com>

Queued for v5.7-next/dts64

Thanks!

> ---
>  .../boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts     |  4 ++++
>  arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts          |  4 ++++
>  arch/arm64/boot/dts/mediatek/mt7622.dtsi              | 11 +++++++++++
>  3 files changed, 19 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
> index 83e10591e0e5..d174ad214857 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt7622-bananapi-bpi-r64.dts
> @@ -543,3 +543,7 @@
>  	pinctrl-0 = <&watchdog_pins>;
>  	status = "okay";
>  };
> +
> +&wmac {
> +	status = "okay";
> +};
> diff --git a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
> index 3f783348c66a..0b4de627f96e 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
> +++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts
> @@ -506,3 +506,7 @@
>  	pinctrl-0 = <&watchdog_pins>;
>  	status = "okay";
>  };
> +
> +&wmac {
> +	status = "okay";
> +};
> diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> index dac51e98204c..03b14a5ab7f3 100644
> --- a/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> +++ b/arch/arm64/boot/dts/mediatek/mt7622.dtsi
> @@ -699,6 +699,17 @@
>  		status = "disabled";
>  	};
>  
> +	wmac: wmac@18000000 {
> +		compatible = "mediatek,mt7622-wmac";
> +		reg = <0 0x18000000 0 0x100000>;
> +		interrupts = <GIC_SPI 211 IRQ_TYPE_LEVEL_LOW>;
> +
> +		mediatek,infracfg = <&infracfg>;
> +		status = "disabled";
> +
> +		power-domains = <&scpsys MT7622_POWER_DOMAIN_WB>;
> +	};
> +
>  	ssusbsys: ssusbsys@1a000000 {
>  		compatible = "mediatek,mt7622-ssusbsys",
>  			     "syscon";
> 

_______________________________________________
Linux-mediatek mailing list
Linux-mediatek@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-mediatek

      reply	other threads:[~2020-04-02 22:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-29 22:53 [PATCH] arm64: dts: mt7622: add built-in Wi-Fi device nodes Ryder Lee
2020-04-02 22:19 ` Matthias Brugger [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4238d0e0-8605-2d63-9765-d64cde003271@gmail.com \
    --to=matthias.bgg@gmail.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mediatek@lists.infradead.org \
    --cc=robh+dt@kernel.org \
    --cc=ryder.lee@kernel.org \
    --cc=ryder.lee@mediatek.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).