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 43E01C433FE for ; Sun, 16 Oct 2022 14:34:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229816AbiJPOeQ (ORCPT ); Sun, 16 Oct 2022 10:34:16 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51934 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229800AbiJPOeO (ORCPT ); Sun, 16 Oct 2022 10:34:14 -0400 Received: from mail-40136.proton.ch (mail-40136.proton.ch [185.70.40.136]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7FB4432BAD for ; Sun, 16 Oct 2022 07:34:12 -0700 (PDT) Date: Sun, 16 Oct 2022 14:34:03 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=connolly.tech; s=protonmail; t=1665930850; x=1666190050; bh=CSTPfSj1OAUNfmI5pgjMNDJRewudlbE5XQ/hVQybyc0=; h=Date:To:From:Cc:Subject:Message-ID:Feedback-ID:From:To:Cc:Date: Subject:Reply-To:Feedback-ID:Message-ID; b=GvfDqmP5ZzxRR7A9e7jN/c+CchAGpc10ZgcJuaXB+IE9JF0yJULVo0tX/9dyjgBxO BGRpydEsAotkOIMqlNOraNEMAkA2f1zCZTQBaKNIO4k6HHdoh4ASHYtqvuV+WDpsAL zd2zNAbRqt0obUh7MSg6sLAruz+0aEiIcH+fDxhM= To: caleb@connolly.tech From: Caleb Connolly Cc: 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 3/7] arm64: dts: qcom: sdm845-db845c: commonize uart6 pinconf Message-ID: <20221016143300.1738550-4-caleb@connolly.tech> Feedback-ID: 10753939:user:proton 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 Use the new qup_uart6_4pin configuration in sd845.dtsi and fix alias name. Signed-off-by: Caleb Connolly --- arch/arm64/boot/dts/qcom/sdm845-db845c.dts | 27 +++------------------- 1 file changed, 3 insertions(+), 24 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts b/arch/arm64/boot/d= ts/qcom/sdm845-db845c.dts index c6e2c571b452..215dd8098a44 100644 --- a/arch/arm64/boot/dts/qcom/sdm845-db845c.dts +++ b/arch/arm64/boot/dts/qcom/sdm845-db845c.dts @@ -22,7 +22,7 @@ / { =09aliases { =09=09serial0 =3D &uart9; -=09=09hsuart0 =3D &uart6; +=09=09serial1 =3D &uart6; =09}; =09chosen { @@ -986,6 +986,8 @@ &uart3 { &uart6 { =09status =3D "okay"; +=09pinctrl-0 =3D <&qup_uart6_4pin>; + =09bluetooth { =09=09compatible =3D "qcom,wcn3990-bt"; @@ -1141,29 +1143,6 @@ pinconf { =09}; }; -&qup_uart6_default { -=09pinmux { -=09=09pins =3D "gpio45", "gpio46", "gpio47", "gpio48"; -=09=09function =3D "qup6"; -=09}; - -=09cts { -=09=09pins =3D "gpio45"; -=09=09bias-disable; -=09}; - -=09rts-tx { -=09=09pins =3D "gpio46", "gpio47"; -=09=09drive-strength =3D <2>; -=09=09bias-disable; -=09}; - -=09rx { -=09=09pins =3D "gpio48"; -=09=09bias-pull-up; -=09}; -}; - &qup_uart9_default { =09pinconf-tx { =09=09pins =3D "gpio4"; -- 2.38.0