From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756463AbdDRJFI (ORCPT ); Tue, 18 Apr 2017 05:05:08 -0400 Received: from mail.free-electrons.com ([62.4.15.54]:39331 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755382AbdDRJDb (ORCPT ); Tue, 18 Apr 2017 05:03:31 -0400 Date: Tue, 18 Apr 2017 11:03:29 +0200 From: Maxime Ripard To: Chen-Yu Tsai Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com Subject: Re: [PATCH 2/3] ARM: sun8i: a83t: Drop leading zeroes from device node addresses Message-ID: <20170418090329.odixwybrkqvp2o7z@lukather> References: <20170418042205.27894-1-wens@csie.org> <20170418042205.27894-3-wens@csie.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="5ezs4j4o5qs4n2x6" Content-Disposition: inline In-Reply-To: <20170418042205.27894-3-wens@csie.org> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --5ezs4j4o5qs4n2x6 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Apr 18, 2017 at 12:22:04PM +0800, Chen-Yu Tsai wrote: > Kbuild now complains about leading zeroes in the address portion of > device node names. >=20 > Get rid of them. >=20 > Signed-off-by: Chen-Yu Tsai > --- > arch/arm/boot/dts/sun8i-a83t.dtsi | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) >=20 > diff --git a/arch/arm/boot/dts/sun8i-a83t.dtsi b/arch/arm/boot/dts/sun8i-= a83t.dtsi > index 913aacafe8d5..82cb87f21b96 100644 > --- a/arch/arm/boot/dts/sun8i-a83t.dtsi > +++ b/arch/arm/boot/dts/sun8i-a83t.dtsi > @@ -162,7 +162,7 @@ > #size-cells =3D <1>; > ranges; > =20 > - pio: pinctrl@01c20800 { > + pio: pinctrl@1c20800 { As far as I know this breaks Uboot's auto-addition of stdout-path Maxime >=20 --=20 Maxime Ripard, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com --5ezs4j4o5qs4n2x6 Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJY9dZhAAoJEBx+YmzsjxAg84sQAKIpkSGI21pNeEV82DRyGFwj tlliHcYs/UWn7ZnqhM+FdxTmr9lXMgP5axJDAodcjCXVWbbbhLHpMApNZMy+0Zqf YK54SmWwChLWtDQZRI7N/MpTW3ySpWASqpU2GUJTKFDj8Ekg5cjLtaHV+2wsLWS+ xaC2Onfas4PcodsCkD3CHckwuv654H+t8gzyPqJnXPZq1tIH6NKUXT22RyK9JLXB 8uSB6vxU/P5/vyDOmQ0aU/jSc/u/Tz++0xphDNy9jnpQiXyL1JhRweBU/Z0zwz9f KQ4iACdPA6YpADRygAyirD+82VR6rPZ2aD9kM2MA3cxDacxkzH1i5aw3fFE6QYf3 wDlsuKZLajGqkBLmVGcDmxrHOixHEl1T71OxkxYnYSRbx4dbb9p1sQy62aitFQtM EMT1UEWp3QMVWJta1y67uNcT0bsChfql2kAQI6Az0VXcvkPkghil3SWUMKBwPOzj p+yxisNE0LFEFMm1GIpbRMRnYM0M8FaVC5385CK3xIxXDF7tnH8UlzVLKWqjIeoE kYQHfXzZdH9Ck7aw/rFGre5LV41xqWG23++BPOidMOMOA3aofP2/jD3iTEGlEjjf 3SuQPIiZA8gtG8VnK3yoKNvUcY9cKsefg0JW+ZciUugbJVOGlP0wS1PS4jcGLI6A eqd9gmWVZ4VfFlzf/9FQ =mleR -----END PGP SIGNATURE----- --5ezs4j4o5qs4n2x6--