
On 19 April 2016 at 14:58, Stephen Warren swarren@wwwdotorg.org wrote:
From: Stephen Warren swarren@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@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@chromium.org