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 X-Spam-Level: X-Spam-Status: No, score=-6.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1FFCEC4727C for ; Thu, 1 Oct 2020 08:12:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E92C920BED for ; Thu, 1 Oct 2020 08:12:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731131AbgJAIMo (ORCPT ); Thu, 1 Oct 2020 04:12:44 -0400 Received: from muru.com ([72.249.23.125]:45862 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730902AbgJAIMo (ORCPT ); Thu, 1 Oct 2020 04:12:44 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 284258057; Thu, 1 Oct 2020 08:12:44 +0000 (UTC) Date: Thu, 1 Oct 2020 11:12:38 +0300 From: Tony Lindgren To: Linus Walleij Cc: Drew Fustini , Rob Herring , Jason Kridner , Robert Nelson , Trent Piepho , Christina Quast , Linux-OMAP , "linux-kernel@vger.kernel.org" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:GPIO SUBSYSTEM" Subject: Re: [PATCH] ARM: dts: am33xx: modify AM33XX_IOPAD for #pinctrl-cells = 2 Message-ID: <20201001081238.GV9471@atomide.com> References: <20200921225053.4126745-1-drew@beagleboard.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org * Linus Walleij [201001 08:08]: > On Tue, Sep 22, 2020 at 12:57 AM Drew Fustini wrote: > > > Modify the AM33XX_IOPAD macro so that it works now that #pinctrl-cells = > > <2>. The third parameter is just a zero and the pinctrl-single driver > > will just OR this with the second parameter so it has no actual effect. > > > > There are no longer any dts files using this macro (following my patch > > to am335x-guardian.dts), but this will keep dts files not in mainline > > from breaking. > > > > Fixes: 27c90e5e48d0 ("ARM: dts: am33xx-l4: change #pinctrl-cells from 1 to 2") > > Suggested-by: Tony Lindgren > > Reported-by: Trent Piepho > > Link: https://lore.kernel.org/linux-devicetree/20200921064707.GN7101@atomide.com/ > > Signed-off-by: Drew Fustini > > I didn't get a review tag on this one, Tony is this something I > should be applying? Thanks for checking, looks like I already applied into my fixes branch: b753e41d9999 ("ARM: dts: am33xx: modify AM33XX_IOPAD for #pinctrl-cells = 2") Regards, Tony