From nobody Sun Apr 19 20:36:17 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 AA9F5C433EF for ; Mon, 27 Jun 2022 09:17:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233931AbiF0JRj (ORCPT ); Mon, 27 Jun 2022 05:17:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233870AbiF0JQx (ORCPT ); Mon, 27 Jun 2022 05:16:53 -0400 Received: from esa.microchip.iphmx.com (esa.microchip.iphmx.com [68.232.153.233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 59C826142; Mon, 27 Jun 2022 02:16:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=microchip.com; i=@microchip.com; q=dns/txt; s=mchp; t=1656321412; x=1687857412; h=from:to:cc:subject:date:message-id:mime-version; bh=ZfnjeGaTXA62WKjkc0ev0zGBTHlOx0/hvfL7GfyMNRA=; b=f+GPv5/SyNFumSAdnRTDmRj+MF3xKUMvt2d8mcAa0KE4nGfweBLYbSe8 pf2Gv+OlNnX0CHQPjiJVAjsbpnt17YSWQNU9qeIlhB4hu6gJugtzCbG6m Sn7TPLPGgEB/kPAqK3jRBpEnj+N1Ds5xvgvv44mAZ2E8NZZHZfQdSio6n mmdVmXUihj8GWDE6DjC7kg+8ga4OSdKOQig35HXETbKhhettjSZDv11vP IplBU54W27RWKuRobllEDsa6mectaWfbhoUkb/YItGVEV3wQCBIrf7fTH 8nFZXiLA3OCgOH++c6GCCmiJO2oP1MzRSqAJ4Ig9gK/PtGR7Ca7wszoIc Q==; X-IronPort-AV: E=Sophos;i="5.92,225,1650956400"; d="scan'208";a="179631289" Received: from unknown (HELO email.microchip.com) ([170.129.1.10]) by esa1.microchip.iphmx.com with ESMTP/TLS/AES256-SHA256; 27 Jun 2022 02:16:51 -0700 Received: from chn-vm-ex01.mchp-main.com (10.10.85.143) by chn-vm-ex04.mchp-main.com (10.10.85.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.17; Mon, 27 Jun 2022 02:16:50 -0700 Received: from kavya-HP-Compaq-6000-Pro-SFF-PC.microchip.com (10.10.115.15) by chn-vm-ex01.mchp-main.com (10.10.85.143) with Microsoft SMTP Server id 15.1.2375.17 via Frontend Transport; Mon, 27 Jun 2022 02:16:47 -0700 From: Kavyasree Kotagiri To: , , , , , CC: , , , , Subject: [PATCH] ARM: dts: lan966x: Cleanup flexcom3 usart pinctrl settings. Date: Mon, 27 Jun 2022 14:42:17 +0530 Message-ID: <20220627091217.21701-1-kavyasree.kotagiri@microchip.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" On pcb8291, Flexcom3 usart has only tx and rx pins. Cleaningup usart3 pinctrl settings. Signed-off-by: Kavyasree Kotagiri Acked-by: Nicolas Ferre --- arch/arm/boot/dts/lan966x-pcb8291.dts | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/arch/arm/boot/dts/lan966x-pcb8291.dts b/arch/arm/boot/dts/lan9= 66x-pcb8291.dts index 3c7e3a7d6f14..5dc8ed4cee9a 100644 --- a/arch/arm/boot/dts/lan966x-pcb8291.dts +++ b/arch/arm/boot/dts/lan966x-pcb8291.dts @@ -19,19 +19,13 @@ }; =20 &gpio { - fc_shrd7_pins: fc_shrd7-pins { - pins =3D "GPIO_49"; - function =3D "fc_shrd7"; - }; - - fc_shrd8_pins: fc_shrd8-pins { - pins =3D "GPIO_54"; - function =3D "fc_shrd8"; + fc3_b_rxd_pins: fc3-b-rxd-pins { + pins =3D "GPIO_52"; + function =3D "fc3_b"; }; =20 - fc3_b_pins: fcb3-spi-pins { - /* SCK, RXD, TXD */ - pins =3D "GPIO_51", "GPIO_52", "GPIO_53"; + fc3_b_txd_pins: fc3-b-txd-pins { + pins =3D "GPIO_53"; function =3D "fc3_b"; }; =20 @@ -53,7 +47,7 @@ status =3D "okay"; =20 usart3: serial@200 { - pinctrl-0 =3D <&fc3_b_pins>, <&fc_shrd7_pins>, <&fc_shrd8_pins>; + pinctrl-0 =3D <&fc3_b_rxd_pins>, <&fc3_b_txd_pins>; pinctrl-names =3D "default"; status =3D "okay"; }; --=20 2.17.1