Re: [PATCH 6/7] arm64: dts: qcom: sdm630: add WiFI device node
From: Konrad Dybcio
Date: Mon Sep 09 2024 - 07:04:51 EST
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@xxxxxxxxxx>
> ---
> 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