Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp254416pxk; Thu, 1 Oct 2020 01:14:06 -0700 (PDT) X-Google-Smtp-Source: ABdhPJw84csvUaHFEZYcmHdk/+hn8oJsOYL6vgwIsItKff9w59iS4u6rCJuJwRKxJejVNKWo5NV5 X-Received: by 2002:a17:906:9591:: with SMTP id r17mr6971439ejx.424.1601540045906; Thu, 01 Oct 2020 01:14:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1601540045; cv=none; d=google.com; s=arc-20160816; b=mMiWOMkJtRV4s5YAj38uQ+VrqTBLxdgvnYzNBFZPQ8kTFFF/5k0ma6irdze8MPq2ev UtKLWoo5d73UaY4tksBRGo6M43e4Le93aupCpdS0aZBjAx+XQ5rNeYxnIDw5lgMeaHyH 9TqIubhTmcG6FoScMQQBcdnOqZxQhknVDJtb3PrhqWrldHsnU1QdcIALUX7Hb1NzVV1J FucfWuV+vFR4HlFwyN5YcszVw1PMT9oA/xEKfa6ZoQmuSFoRsSpsIqmQNhaHEFSA0956 6nTEJIotaPYd8lZr+7S9NoL/JTjK/qXCV3t9Qa1IhIcga2kBoBvi0LD5kf6/R0oNfrJE 7Bqw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=0xqQzRtzsa+Kv++tKQ97GHgViPEaHSyRrSIIzWIGxr0=; b=pcDvuP4pRoBRBMV20Bkq3yXP1pOIxvKzx7WNqljRVWxmooVg+c2OW6iuWfDtVGZYQ0 wxt4bCFLKn09sgcXzY0+iYxpgElIZF65mmTWk8N2BxR4j6qNeniL4TdQQsM/hQPFxoTJ fdf7I/iOEOVm5Zo1OlP0oXK5ddcKeqvl17ncbQkrEr1Ljf1JFdbssvTzWArt8B++zIlf naHz8svllWip6Df4VGF1uFXLSdrcUmI/enB2PZenGQHp/C0wvHGljAZFDtTVIph11BmH o0BtCayMPyauoMUfoYsxkk9UG/rWquSwbtj6SG6aJcExQDFPjiO6yMFE6Y6p1omkJUC8 DOkQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id c11si2881922ejb.541.2020.10.01.01.13.43; Thu, 01 Oct 2020 01:14:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731189AbgJAIMo (ORCPT + 99 others); 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-kernel@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