[U-Boot] [PATCH 09/60] ARM: tegra: correct 64-bit DT unit addresses
Simon Glass
sjg at chromium.org
Wed Apr 20 21:26:06 CEST 2016
On 19 April 2016 at 14:58, Stephen Warren <swarren at wwwdotorg.org> wrote:
> From: Stephen Warren <swarren at nvidia.com>
>
> In most current Tegra DT files, 64-bit addresses are represented in unit
> addresses as a pair of comma-separated 32-bit values. Apparently this
> isn't the correct representation for simple busses, and the unit address
> should be represented as a single 64-bit value. Update U-Boot's DTs to fix
> this issue.
>
> Signed-off-by: Stephen Warren <swarren at nvidia.com>
> ---
> arch/arm/dts/tegra124-nyan-big.dts | 8 +++---
> arch/arm/dts/tegra124-nyan.dtsi | 4 +--
> arch/arm/dts/tegra210-e2220-1170.dts | 16 +++++------
> arch/arm/dts/tegra210-p2371-0000.dts | 16 +++++------
> arch/arm/dts/tegra210-p2371-2180.dts | 20 +++++++-------
> arch/arm/dts/tegra210-p2571.dts | 48 ++++++++++++++++-----------------
> arch/arm/dts/tegra210.dtsi | 52 ++++++++++++++++++------------------
> 7 files changed, 82 insertions(+), 82 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list