From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 4F3EAEA8524 for ; Sun, 8 Mar 2026 14:53:05 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 24C1A10E462; Sun, 8 Mar 2026 14:52:59 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="cPpGhI8Q"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id DCAC910E08A for ; Sun, 8 Mar 2026 14:52:57 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 5AF5744472; Sun, 8 Mar 2026 14:52:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 295CEC2BCB3; Sun, 8 Mar 2026 14:52:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772981577; bh=hdH/8RBztoxcxP9jLo+G7cW9DiXcKLSC0NauhkzMG3Q=; h=From:Date:Subject:References:In-Reply-To:To:Cc:Reply-To:From; b=cPpGhI8Q5dMvZg+ymnb7F4W9Mh3YqnqubYjaxG9/agwwveCVMk0naTXh8/Yi5ru6k xx+DiMh2IRkd8HkdMsCsfYjlyrpPDzkkfv1aX4N3F4PYxQHE1OZP8uR388EUxUOhcz xyTA4CDPMD32YASEKsyXkmCrRE4QAgjIpn68514NcwF3Bj/4hft5IdXdryu9omFzie J4wErDB8X/dvZIIJQyOTeQqIqYWsEKXYFKRw5lbvdjOE1SvX0dd1EXzJyzX/jU7NLj Onh4T8UqUHVEJ/+EzZJP2HHt7BwiUvTbDCw5UW0CdOGiHLnkrA3dOdufdCubToksf+ GyqYYQx/1PHEA== Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1E8FBEA8525; Sun, 8 Mar 2026 14:52:57 +0000 (UTC) From: Cristian Cozzolino via B4 Relay Date: Sun, 08 Mar 2026 16:52:44 +0100 Subject: [PATCH 4/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable WiFi/Bluetooth MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <20260308-rimob-new-features-v1-4-aa2c330572c0@protonmail.com> References: <20260308-rimob-new-features-v1-0-aa2c330572c0@protonmail.com> In-Reply-To: <20260308-rimob-new-features-v1-0-aa2c330572c0@protonmail.com> To: Neil Armstrong , Jessica Zhang , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Bjorn Andersson , Konrad Dybcio Cc: dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Cristian Cozzolino X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1772985181; l=926; i=cristian_ci@protonmail.com; s=20250620; h=from:subject:message-id; bh=UxkiUf+lcb5Tn1zG5yWXMywYNhh5HdW9lUht49EkNe0=; b=X8NrGc7sd5MVWVxbBkGzqoPY4rmL3/1cmAoEvGLGU/csTO2bx2yZ9nfIX4uOoLI5ZbElxudJW SEobwXC4kxxCoIjLlLz/wcN8SA4qD8/3eW32WlFFhq34v36fGwY1JpG X-Developer-Key: i=cristian_ci@protonmail.com; a=ed25519; pk=xH5IvIPUNHV1Q8R0/pq2CfuVFR/wTiAyuyi6IwedjZY= X-Endpoint-Received: by B4 Relay for cristian_ci@protonmail.com/20250620 with auth_id=438 X-Original-From: Cristian Cozzolino X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: cristian_ci@protonmail.com Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" From: Cristian Cozzolino Configure and enable the WCNSS which provides WiFi and Bluetooth on this device using the WCN3660B chip. Signed-off-by: Cristian Cozzolino --- arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts b/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts index a00cf83dba93..7b2849405462 100644 --- a/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts +++ b/arch/arm64/boot/dts/qcom/msm8953-flipkart-rimob.dts @@ -333,3 +333,18 @@ &usb3 { &usb3_dwc3 { dr_mode = "peripheral"; }; + +&wcnss { + vddpx-supply = <&pm8953_l5>; + + status = "okay"; +}; + +&wcnss_iris { + compatible = "qcom,wcn3660b"; + + vddxo-supply = <&pm8953_l7>; + vddrfa-supply = <&pm8953_l19>; + vddpa-supply = <&pm8953_l9>; + vdddig-supply = <&pm8953_l5>; +}; -- 2.52.0