Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755982AbdLTSFJ (ORCPT ); Wed, 20 Dec 2017 13:05:09 -0500 Received: from mail-ot0-f171.google.com ([74.125.82.171]:45803 "EHLO mail-ot0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755292AbdLTSFD (ORCPT ); Wed, 20 Dec 2017 13:05:03 -0500 X-Google-Smtp-Source: ACJfBotwjdBrXb4aK2wKxFbCmoLlRxelBgEggYmIhoGSwj4FO6NfiETF3FZeN5aK5ePB45Q2UcEEbE3Zg++pvBTAe2A= MIME-Version: 1.0 In-Reply-To: <1512575989-15627-1-git-send-email-marcofrk@gmail.com> References: <1512575989-15627-1-git-send-email-marcofrk@gmail.com> From: Fabio Estevam Date: Wed, 20 Dec 2017 16:05:02 -0200 Message-ID: Subject: Re: [PATCH] ARM: dts: imx: Add memory node unit name To: Marco Franchi Cc: Shawn Guo , Rob Herring , linux-arm-kernel@lists.infradead.org, linux-kernel , devicetree@vger.kernel.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: 619 Lines: 17 On Wed, Dec 6, 2017 at 1:59 PM, Marco Franchi wrote: > Fix the following warnings from dtc by adding the unit name to memory > nodes: > > Warning (unit_address_vs_reg): Node /memory has a reg or ranges property, but no unit name > > Converted using the following command: > > perl -p0777i -e 's/memory \{\n\t\treg = \<0x+([0-9a-f])/memory\@$1$\0000000 \{\n\t\treg = <0x$1/m' `find ./arch/arm/boot/dts -name "imx*"` > > The files below were manually fixed: > -imx1-ads.dts > -imx1-apf9328.dts > > Signed-off-by: Marco Franchi Reviewed-by: Fabio Estevam