Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754249AbdLNSmq (ORCPT ); Thu, 14 Dec 2017 13:42:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:55004 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753811AbdLNSmn (ORCPT ); Thu, 14 Dec 2017 13:42:43 -0500 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 18709218DA Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh+dt@kernel.org X-Google-Smtp-Source: ACJfBosTajW7NFOs0TS7vdG739vhfdNUqrmivwwz94L95NAhizaHK/2T5eKySP9eLX8GXzs93YY9vEkg/zP/Tkuz9wg= MIME-Version: 1.0 In-Reply-To: <1513276199.27409.75.camel@perches.com> References: <20171214165352.27902-1-malat@debian.org> <98a7dc30-e736-eaf8-204f-2ac2b3ea79b9@gmail.com> <1513276199.27409.75.camel@perches.com> From: Rob Herring Date: Thu, 14 Dec 2017 12:42:21 -0600 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] arm64: dts: Remove leading 0x and 0s from bindings notation To: Joe Perches Cc: Matthias Brugger , Mathieu Malaterre , Wei Xu , Mark Rutland , Catalin Marinas , Will Deacon , Andy Gross , David Brown , Kees Cook , Anton Vorontsov , Colin Cross , Tony Luck , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linux-mediatek@lists.infradead.org, linux-arm-msm , "open list:ARM/QUALCOMM SUPPORT" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 34 On Thu, Dec 14, 2017 at 12:29 PM, Joe Perches wrote: > On Thu, 2017-12-14 at 19:03 +0100, Matthias Brugger wrote: >> >> On 12/14/2017 05:53 PM, Mathieu Malaterre wrote: >> [...] >> > diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> > index 26396ef53bde..0446b122a6e2 100644 >> > --- a/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> > +++ b/arch/arm64/boot/dts/mediatek/mt8173.dtsi >> > @@ -249,7 +249,7 @@ >> > reg = <0 0x10005000 0 0x1000>; >> > }; >> > >> > - pio: pinctrl@0x10005000 { >> > + pio: pinctrl@10005000 { >> > compatible = "mediatek,mt8173-pinctrl"; >> > reg = <0 0x1000b000 0 0x1000>; >> > mediatek,pctl-regmap = <&syscfg_pctl_a>; >> >> Acked-by: Matthias Brugger > > Should all of these be fixed? > > $ git grep -P "^\s*\w+:\s*[\w\-]+@0[xX]" -- "*.dts*" | wc -l > 69 Yes, there's patches for all arches. > > Is this a pattern that should be added to checkpatch? No, because dtc provides the warnings. Rob