Re: [PATCH v3 01/16] dt: davinci: use proper address after @

From: Rob Herring
Date: Fri Mar 25 2016 - 11:14:54 EST


On Thu, Mar 24, 2016 at 6:51 PM, David Lechner <david@xxxxxxxxxxxxxx> 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 <david@xxxxxxxxxxxxxx>
> ---
>
> 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 <robh@xxxxxxxxxx>