From mboxrd@z Thu Jan 1 00:00:00 1970 From: Govind Singh Subject: [PATCH] arm64: dts: qcom: qcs404: Add WCN3990 WLAN module device node Date: Mon, 26 Nov 2018 19:51:33 +0530 Message-ID: <20181126142133.16966-1-govinds@codeaurora.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Sender: linux-kernel-owner@vger.kernel.org To: andy.gross@linaro.org, bjorn.andersson@linaro.org, devicetree@vger.kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, Govind Singh List-Id: devicetree@vger.kernel.org Add device node for the ath10k SNOC platform driver probe and add resources required for WCN3990 on qcs404 soc. Optional clock and regulator controls are not yet available in upstream, hence add them once available. Signed-off-by: Govind Singh --- arch/arm64/boot/dts/qcom/qcs404.dtsi | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/qcs404.dtsi b/arch/arm64/boot/dts/qcom/qcs404.dtsi index 9ca4f061ecc5..1a401a32d4a1 100644 --- a/arch/arm64/boot/dts/qcom/qcs404.dtsi +++ b/arch/arm64/boot/dts/qcom/qcs404.dtsi @@ -958,6 +958,25 @@ status = "disabled"; }; }; + + wifi: wifi@0A000000 { + compatible = "qcom,wcn3990-wifi"; + reg = <0x0A000000 0x800000>; + reg-names = "membase"; + memory-region = <&wlan_msa_mem>; + interrupts = , + , + , + , + , + , + , + , + , + , + , + ; + }; }; timer { -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project