From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sekhar Nori Subject: Re: [PATCH] ARM: dts: da850: fix W=1 warnings with pinmux node Date: Tue, 24 Apr 2018 14:31:20 +0530 Message-ID: <926d9dc1-9182-a27f-3e4b-724c391fad19@ti.com> References: <20180417123600.23548-1-nsekhar@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: David Lechner , Linux ARM Mailing List Cc: Bartosz Golaszewski , Device Tree Mailing List , Kevin Hilman List-Id: devicetree@vger.kernel.org On Tuesday 17 April 2018 09:26 PM, David Lechner wrote: > On 04/17/2018 07:36 AM, Sekhar Nori wrote: >> Remove unused #address-cells and #size-cells from pinmux >> node. This fixes W=1 warnings of the type: >> >> arch/arm/boot/dts/da850-lcdk.dtb: Warning >> (avoid_unnecessary_addr_size): /soc@1c00000/pinmux@14120: unnecessary >> #address-cells/#size-cells without "ranges" or child "reg" property >> >> Tested on DA850 LCDK by checking output of: >> >> /sys/kernel/debug/pinctrl/1c14120.pinmux-pinctrl-single/pins >> >> before and after the change. >> >> Signed-off-by: Sekhar Nori >> --- > > Reviewed-by: David Lechner Applied to fixes. Thanks, Sekhar