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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B44CC433F5 for ; Wed, 30 Mar 2022 17:55:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244428AbiC3R5A (ORCPT ); Wed, 30 Mar 2022 13:57:00 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37040 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349586AbiC3R47 (ORCPT ); Wed, 30 Mar 2022 13:56:59 -0400 Received: from mail-0201.mail-europe.com (mail-0201.mail-europe.com [51.77.79.158]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 772732AFE for ; Wed, 30 Mar 2022 10:55:13 -0700 (PDT) Date: Wed, 30 Mar 2022 17:55:04 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connolly.tech; s=protonmail; t=1648662908; bh=V2SrfTQKBm6/OaCcLYaU3wWb8ZcfGO9vBwQtfG0vV5o=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:From:To:Cc:Date:Subject:Reply-To:Feedback-ID: Message-ID; b=Utwrwg1+5Qb3EeKwn0cptvsRVCdxetXfxSbISlgAngkJtIpk505c5eRLiIL4PgeuE UiOlAyoqdVZdsqvv3iNEiP0HyeyOVmk0gmC8TZdzswEvge+ysebF50BanqY+Y8UyHI LO7nNnvPJuu39C6DLPfk7e91QwJGZx+18+dfJp8E= To: Joel Selvaraj , Andy Gross , Bjorn Andersson , Rob Herring From: Caleb Connolly Cc: linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, ~postmarketos/upstreaming@lists.sr.ht, phone-devel@vger.kernel.org, Amit Pundir Reply-To: Caleb Connolly Subject: Re: [PATCH 4/4] arm64: dts: qcom: sdm845-xiaomi-beryllium: enable second wifi channel Message-ID: <89237b04-0291-e7eb-49cc-910fa23a22af@connolly.tech> In-Reply-To: References: <20220330064505.243799-1-jo@jsfamily.in> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 30/03/2022 07:45, Joel Selvaraj wrote: > Like the c630, the Poco F1 is also capable of using both antenna > channels for 2.4 and 5ghz wifi, however unlike the c630 only the first > channel is used for bluetooth. Similar to Oneplus 6. Reviewed-by: Caleb Connolly > > Signed-off-by: Joel Selvaraj > --- > arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium.dts | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium.dts b/arch/= arm64/boot/dts/qcom/sdm845-xiaomi-beryllium.dts > index f97900e7797b..798fc72578a7 100644 > --- a/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium.dts > +++ b/arch/arm64/boot/dts/qcom/sdm845-xiaomi-beryllium.dts > @@ -185,6 +185,12 @@ vreg_l21a_2p95: ldo21 { > =09=09=09regulator-initial-mode =3D ; > =09=09}; > > +=09=09vreg_l23a_3p3: ldo23 { > +=09=09=09regulator-min-microvolt =3D <3300000>; > +=09=09=09regulator-max-microvolt =3D <3312000>; > +=09=09=09regulator-initial-mode =3D ; > +=09=09}; > + > =09=09vreg_l24a_3p075: ldo24 { > =09=09=09regulator-min-microvolt =3D <3088000>; > =09=09=09regulator-max-microvolt =3D <3088000>; > @@ -547,6 +553,7 @@ &wifi { > =09vdd-1.8-xo-supply =3D <&vreg_l7a_1p8>; > =09vdd-1.3-rfa-supply =3D <&vreg_l17a_1p3>; > =09vdd-3.3-ch0-supply =3D <&vreg_l25a_3p3>; > +=09vdd-3.3-ch1-supply =3D <&vreg_l23a_3p3>; > }; > > /* PINCTRL - additions to nodes defined in sdm845.dtsi */ > -- > 2.35.1 > -- Kind Regards, Caleb