From nobody Tue Apr 7 12:55:36 2026 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 97807C433FE for ; Sun, 16 Oct 2022 17:30:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229803AbiJPRaY (ORCPT ); Sun, 16 Oct 2022 13:30:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44362 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229818AbiJPRaR (ORCPT ); Sun, 16 Oct 2022 13:30:17 -0400 Received: from proxmox1.postmarketos.org (proxmox1.postmarketos.org [213.239.216.189]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 90D3023EA0; Sun, 16 Oct 2022 10:30:16 -0700 (PDT) Received: from localhost.localdomain (cpc76482-cwma10-2-0-cust629.7-3.cable.virginm.net [86.14.22.118]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by proxmox1.postmarketos.org (Postfix) with ESMTPSA id 653D41402C7; Sun, 16 Oct 2022 17:30:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=postmarketos.org; s=donut; t=1665941414; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=WmAHFNIPG4R/4pg5dzKf5wTHE0K6fc3VSz40IAZ3aos=; b=JtfiFXJbdAObywfWqWqIjMLBMs/u5TAxwC41ktdma2SZ1trRHyQJUKn7uUyTV4CUP0ADj0 nXE6GW+q4pV8j5ClPOONtv1C5Ui31jAwnYNWSTbanhch3BzFAVAid3DsyplIwgQexR+DNW A58WrTtsIKAIXkqFBc0P9kQS0EEyFa4= From: Caleb Connolly To: caleb@connolly.tech Cc: Dylan Van Assche , Andy Gross , Bjorn Andersson , devicetree@vger.kernel.org, Konrad Dybcio , Krzysztof Kozlowski , linux-arm-msm@vger.kernel.org, linux-kernel@vger.kernel.org, Rob Herring Subject: [PATCH v2 2/3] arm64: dts: qcom: sdm845-shift-axolotl: fix Bluetooth Date: Sun, 16 Oct 2022 18:29:42 +0100 Message-Id: <20221016172944.1892206-3-kc@postmarketos.org> X-Mailer: git-send-email 2.38.0 In-Reply-To: <20221016172944.1892206-1-kc@postmarketos.org> References: <20221016172944.1892206-1-kc@postmarketos.org> Reply-To: Caleb Connolly MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Dylan Van Assche Add serial1 alias, firmware name and use 4 pin UART pinmux. Signed-off-by: Dylan Van Assche Signed-off-by: Caleb Connolly --- arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts b/arch/arm64= /boot/dts/qcom/sdm845-shift-axolotl.dts index 83261c9bb4f2..bb77ccfdc68c 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-shift-axolotl.dts @@ -23,6 +23,7 @@ / { aliases { display0 =3D &framebuffer0; serial0 =3D &uart9; + serial1 =3D &uart6; }; =20 chosen { @@ -693,9 +694,17 @@ config { &uart6 { status =3D "okay"; =20 + pinctrl-0 =3D <&qup_uart6_4pin>; + bluetooth { compatible =3D "qcom,wcn3990-bt"; =20 + /* + * This path is relative to the qca/ + * subdir under lib/firmware. + */ + firmware-name =3D "axolotl/crnv21.bin"; + vddio-supply =3D <&vreg_s4a_1p8>; vddxo-supply =3D <&vreg_l7a_1p8>; vddrf-supply =3D <&vreg_l17a_1p3>; --=20 2.38.0