Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751661AbdIJQJ5 (ORCPT ); Sun, 10 Sep 2017 12:09:57 -0400 Received: from mail-io0-f182.google.com ([209.85.223.182]:35213 "EHLO mail-io0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750985AbdIJQJz (ORCPT ); Sun, 10 Sep 2017 12:09:55 -0400 X-Google-Smtp-Source: AOwi7QDq+Z+bPdRPuaz/j8NP99XTxIpQsa+ZKc2YGWO585MKXBbTI2NiGkC0KGE9dSOzqrewq3a+41noK1Njxx9D6Xo= MIME-Version: 1.0 In-Reply-To: <22d62057-c7a0-04d8-3c80-aefb9cbef1b8@gmx.de> References: <22d62057-c7a0-04d8-3c80-aefb9cbef1b8@gmx.de> From: Fabio Estevam Date: Sun, 10 Sep 2017 13:09:54 -0300 Message-ID: Subject: Re: dtc: imx6 warnings on unit address format errors To: "Enrico Weigelt, metux IT consult" Cc: linux-kernel , "linux-arm-kernel@lists.infradead.org" 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: 541 Lines: 21 On Sun, Sep 10, 2017 at 1:06 PM, Enrico Weigelt, metux IT consult wrote: > Hi folks, > > > I'm getting lots of warnings from dtc about unit address format errors: > > For example in imx6q.dtsi: > > ocram: sram@00900000 { > > The node name's address part has leading zeros which dtc doesn't like. > It doesn't seem to have a big influence (yet ?), but I'd guess this > warning is there for a reason. > > Should we fix this ? Yes, feel free to submit a patch that fixes these warnings for all imx6 dts/dtsi files. Thanks