Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753530AbcCYPOv (ORCPT ); Fri, 25 Mar 2016 11:14:51 -0400 Received: from mail.kernel.org ([198.145.29.136]:50249 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751884AbcCYPOs (ORCPT ); Fri, 25 Mar 2016 11:14:48 -0400 MIME-Version: 1.0 In-Reply-To: <1458863503-31121-2-git-send-email-david@lechnology.com> References: <1458863503-31121-1-git-send-email-david@lechnology.com> <1458863503-31121-2-git-send-email-david@lechnology.com> From: Rob Herring Date: Fri, 25 Mar 2016 10:14:25 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v3 01/16] dt: davinci: use proper address after @ To: David Lechner Cc: Petr Kulhavy , Sergei Shtylyov , David.Laight@aculab.com, Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Sekhar Nori , Kevin Hilman , Kishon Vijay Abraham I , Greg Kroah-Hartman , Alan Stern , Bin Liu , Lee Jones , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list , "moderated list:ARM PORT" , "open list:USB SUBSYSTEM" 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: 728 Lines: 20 On Thu, Mar 24, 2016 at 6:51 PM, David Lechner wrote: > TI has been using the physical address in DT after the @ in device nodes. > The device tree convention is to use the same address that is used for > the reg property. This updates all davinci DT files to use the proper > convention. > > Signed-off-by: David Lechner > --- > > v3 changes: This is a new patch. > > > arch/arm/boot/dts/da850-enbw-cmc.dts | 8 +++--- > arch/arm/boot/dts/da850-evm.dts | 26 +++++++++--------- > arch/arm/boot/dts/da850.dtsi | 52 ++++++++++++++++++------------------ > 3 files changed, 43 insertions(+), 43 deletions(-) Thanks for fixing. Acked-by: Rob Herring