Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp2168919imu; Thu, 24 Jan 2019 08:17:05 -0800 (PST) X-Google-Smtp-Source: ALg8bN6hX9TUcvMluwFK9ula2oFZV2infuB8jZ3Nj3GGyzWChjiu7lvS/NCFsXAtZ3OyGw9PqK1P X-Received: by 2002:a17:902:a411:: with SMTP id p17mr7092172plq.292.1548346625740; Thu, 24 Jan 2019 08:17:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1548346625; cv=none; d=google.com; s=arc-20160816; b=C23iJh0SUeKmWwP43EG3LNIw7VQFuDrPI26BMNqgqGdfHB0k6AAe8o+slAwIdj7WeB Ehl/aL+0Wtz+DmA26is5e+VVwPL63ExASaeRhcSmGzPq4GTd8Tu9i0ZkhOZ/E+Mz9z6T u1FePgW6G5WuW4rgTJDQzmAXnaZJUnVagwUqDxMMkKz/qREEV8HbDBqu44A6mXUyRZ9Z XhkXHX7/3aMMssJ5YlAAp3hov3DpSolePnOKe3SNzGHJIBXsYwHbNghh/BybpxYeAmaP 3g4LD3mxaj8k3jBJAmE2pZhnXaZlVLY7+lK6NKIezc7v3tqIZ0vNOh/LwBZ2bCtQOyar XSnA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=wUtDjEjRyIrprAEqnSdbQvUp5gMkI2YezL3axskjCxs=; b=S2SW+fS1jsTKqEyUazE6wzEz+8UJ2cLd7ZwWfQELWjQ02YHRo8hmtj2HdGMTXM3cdM DnNegyK8jq6iSKhIDBqHYSgL9ZvDipHxRzADv0ronjC5LmDDoFwL5qOhgrCanAuKLmn1 LKBXcty4iGh1pLkJEdWMbc7Tx5d/Pl8IKMpx0KRFSzwKHCgwmcisT3PVTnI8sL6Y9tBQ 4OZQDD8Hvm0q00nczbnFuF6lgfu6gZI5f6nhCSLq8fIggPAqqSlaKGl9WbFFdKxYW4r7 7WnGeawRpUdmRUxU+j1YYx9wsDN+xdz4UPVBTOIBR4UKpMop37Wk7qI4d49acnzzd9Xu lmmw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d4si22546033pla.58.2019.01.24.08.16.49; Thu, 24 Jan 2019 08:17:05 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728502AbfAXQQU (ORCPT + 99 others); Thu, 24 Jan 2019 11:16:20 -0500 Received: from muru.com ([72.249.23.125]:35104 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727573AbfAXQQU (ORCPT ); Thu, 24 Jan 2019 11:16:20 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 3CC7180C3; Thu, 24 Jan 2019 16:16:27 +0000 (UTC) Date: Thu, 24 Jan 2019 08:16:16 -0800 From: Tony Lindgren To: Felix Brack Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, bcousson@baylibre.com, mpfj@newflow.co.uk, mark.rutland@arm.com, robh+dt@kernel.org, linux@armlinux.org.uk, linux-kernel@vger.kernel.org Subject: Re: [PATCH: linux-next] ARM: dts: am33xx: Remove unnecessary properties Message-ID: <20190124161616.GN5720@atomide.com> References: <20181218143931.4151-1-fb@ltec.ch> <31a68b35-8b78-8fee-3dd9-5beb3c386247@ltec.ch> <20190121171320.GE5544@atomide.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190121171320.GE5544@atomide.com> User-Agent: Mutt/1.11.2 (2019-01-07) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Tony Lindgren [190121 17:13]: > * Felix Brack [190119 17:38]: > > Hi Tony, > > On 18.12.18 15:39, Felix Brack wrote: > > > Remove the unnecessary properties #address-cells and #size-cells > > > of node pinmux as there are no child-nodes with property reg. > > > > > > Signed-off-by: Felix Brack > > > --- > > > arch/arm/boot/dts/am33xx-l4.dtsi | 2 -- > > > 1 file changed, 2 deletions(-) > > > > > > diff --git a/arch/arm/boot/dts/am33xx-l4.dtsi b/arch/arm/boot/dts/am33xx-l4.dtsi > > > index 7b818d9d2eab..e957370f8aec 100644 > > > --- a/arch/arm/boot/dts/am33xx-l4.dtsi > > > +++ b/arch/arm/boot/dts/am33xx-l4.dtsi > > > @@ -288,8 +288,6 @@ > > > am33xx_pinmux: pinmux@800 { > > > compatible = "pinctrl-single"; > > > reg = <0x800 0x238>; > > > - #address-cells = <1>; > > > - #size-cells = <0>; > > > #pinctrl-cells = <1>; > > > pinctrl-single,register-width = <32>; > > > pinctrl-single,function-mask = <0x7f>; > > > > > > > Just a gentle ping. BTW: the patch applies not just to linux-next correctly > > but now also to linux. > > Sorry I'm still struggling with pending regressions for > the -rc cycle.. I should get to applying patches for next > merge window this week though. Applying into omap-for-v5.1/dt finally today thanks. Tony