public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Konrad Dybcio <konradybcio@kernel.org>
To: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>,
	Rob Clark <robdclark@gmail.com>, Will Deacon <will@kernel.org>,
	Robin Murphy <robin.murphy@arm.com>,
	Joerg Roedel <joro@8bytes.org>,
	AngeloGioacchino Del Regno
	<angelogioacchino.delregno@somainline.org>,
	Konrad Dybcio <konradybcio@kernel.org>,
	Bjorn Andersson <andersson@kernel.org>,
	Rob Herring <robh@kernel.org>,
	Krzysztof Kozlowski <krzk+dt@kernel.org>,
	Conor Dooley <conor+dt@kernel.org>
Cc: iommu@lists.linux.dev, linux-arm-msm@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org, devicetree@vger.kernel.org
Subject: Re: [PATCH 6/7] arm64: dts: qcom: sdm630: add WiFI device node
Date: Mon, 9 Sep 2024 13:03:02 +0200	[thread overview]
Message-ID: <815f1244-ef5c-4384-81ba-8fd75cd31a1c@kernel.org> (raw)
In-Reply-To: <20240907-sdm660-wifi-v1-6-e316055142f8@linaro.org>

On 7.09.2024 8:48 PM, Dmitry Baryshkov wrote:
> Add device node for the WiFi device being a part of the integrated
> SDM660 / SDM630 platforms.
> 
> Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
> ---
>  arch/arm64/boot/dts/qcom/sdm630.dtsi | 27 +++++++++++++++++++++++++++
>  1 file changed, 27 insertions(+)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm630.dtsi b/arch/arm64/boot/dts/qcom/sdm630.dtsi
> index dc8bc63bdc70..4536fa45869a 100644
> --- a/arch/arm64/boot/dts/qcom/sdm630.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm630.dtsi
> @@ -2412,6 +2412,33 @@ intc: interrupt-controller@17a00000 {
>  			redistributor-stride = <0x0 0x20000>;
>  			interrupts = <GIC_PPI 9 IRQ_TYPE_LEVEL_HIGH>;
>  		};
> +
> +		wifi: wifi@18800000 {
> +			compatible = "qcom,wcn3990-wifi";
> +			reg = <0x18800000 0x800000>;
> +			reg-names = "membase";
> +			memory-region = <&wlan_msa_mem>;
> +			clocks = <&rpmcc RPM_SMD_RF_CLK1_PIN>;
> +			clock-names = "cxo_ref_clk_pin";
> +			interrupts =
> +				<GIC_SPI 413 IRQ_TYPE_LEVEL_HIGH>,

Please unbreak this line

Konrad

  reply	other threads:[~2024-09-09 11:03 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 18:48 [PATCH 0/7] arm64: qcom: sda660-ifc6560: enable GPU and WiFi support Dmitry Baryshkov
2024-09-07 18:48 ` [PATCH 1/7] iommu/arm-smmu-qcom: apply num_context_bank fixes for SDM630 / SDM660 Dmitry Baryshkov
2024-09-08  3:25   ` Bjorn Andersson
2024-09-07 18:48 ` [PATCH 2/7] arm64: dts: qcom: sdm630: enable GPU SMMU and GPUCC Dmitry Baryshkov
2024-09-09 10:53   ` Konrad Dybcio
2024-09-07 18:48 ` [PATCH 3/7] arm64: dts: qcom: sda660-ifc6560: enable GPU Dmitry Baryshkov
2024-09-09 10:55   ` Konrad Dybcio
2024-09-09 11:44     ` Dmitry Baryshkov
2024-09-07 18:48 ` [PATCH 4/7] arm64: dts: qcom: sda660-ifc6560: fix l10a voltage ranges Dmitry Baryshkov
2024-09-09 11:01   ` Konrad Dybcio
2024-09-07 18:48 ` [PATCH 5/7] arm64: dts: qcom: sdm630: enable A2NOC and LPASS SMMU Dmitry Baryshkov
2024-09-09 10:55   ` Konrad Dybcio
2024-09-07 18:48 ` [PATCH 6/7] arm64: dts: qcom: sdm630: add WiFI device node Dmitry Baryshkov
2024-09-09 11:03   ` Konrad Dybcio [this message]
2024-09-07 18:48 ` [PATCH 7/7] arm64: dts: qcom: sda660-ifc6560: enable mDSP and WiFi devices Dmitry Baryshkov
2024-09-09 11:40   ` Konrad Dybcio
2024-09-09 16:15 ` [PATCH 0/7] arm64: qcom: sda660-ifc6560: enable GPU and WiFi support Will Deacon
2024-10-07 14:25 ` (subset) " Bjorn Andersson

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=815f1244-ef5c-4384-81ba-8fd75cd31a1c@kernel.org \
    --to=konradybcio@kernel.org \
    --cc=andersson@kernel.org \
    --cc=angelogioacchino.delregno@somainline.org \
    --cc=conor+dt@kernel.org \
    --cc=devicetree@vger.kernel.org \
    --cc=dmitry.baryshkov@linaro.org \
    --cc=iommu@lists.linux.dev \
    --cc=joro@8bytes.org \
    --cc=krzk+dt@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=robdclark@gmail.com \
    --cc=robh@kernel.org \
    --cc=robin.murphy@arm.com \
    --cc=will@kernel.org \
    /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