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 42E45E7D240 for ; Tue, 26 Sep 2023 07:25:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231908AbjIZHZs (ORCPT ); Tue, 26 Sep 2023 03:25:48 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53540 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229776AbjIZHZq (ORCPT ); Tue, 26 Sep 2023 03:25:46 -0400 Received: from muru.com (muru.com [72.249.23.125]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 9890BDE; Tue, 26 Sep 2023 00:25:40 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id DD3A380A3; Tue, 26 Sep 2023 07:25:39 +0000 (UTC) Date: Tue, 26 Sep 2023 10:25:38 +0300 From: Tony Lindgren To: Trevor Woerner Cc: robertcnelson@gmail.com, drew@beagleboard.org, =?utf-8?Q?Beno=C3=AEt?= Cousson , Rob Herring , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH v3 4/4] ARM: dts: am335x-pocketbeagle: add missing GPIO mux Message-ID: <20230926072538.GY5285@atomide.com> References: <20230822143051.7640-1-twoerner@gmail.com> <20230822143051.7640-5-twoerner@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230822143051.7640-5-twoerner@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Trevor Woerner [230822 14:31]: > Add the default MODE setting of a GPIO pin that was missing from the device > tree (i.e. P2.20/gpio2_00). This is to ensure the GPIO pins match the > pocketbeagle wiring expectations. > > Signed-off-by: Trevor Woerner > --- > arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts | 10 ++++++++++ > 1 file changed, 10 insertions(+) > > diff --git a/arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts b/arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts > index e35d84ca5706..8042917b3b3b 100644 > --- a/arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts > +++ b/arch/arm/boot/dts/ti/omap/am335x-pocketbeagle.dts > @@ -271,6 +271,16 @@ AM33XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLUP, MUX_MODE7) > pinctrl-single,bias-pulldown = < 0x10 0x00 0x10 0x18>; > }; > > + /* P2_20 (ZCZ ball T13) gpio2_00 0x888 */ > + P2_20_gpio: P2-20-gpio-pins { > + pinctrl-single,pins = < > + AM33XX_PADCONF(AM335X_PIN_GPMC_CSN3, PIN_INPUT_PULLUP, MUX_MODE7) > + >; > + pinctrl-single,bias-pullup = < 0x10 0x10 0x00 0x18>; > + pinctrl-single,bias-pulldown = < 0x10 0x00 0x10 0x18>; > + }; > + > + > /* P2_10 (ZCZ ball R14) gpio1_20 0x850 PIN 20 */ > P2_10_gpio: P2-10-gpio-pins { > pinctrl-single,pins = < Thanks applying all four patches into omap-for-v6.7/dt. I left out the extra line break above though. Regards, Tony