summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/tegra124.dtsi
diff options
context:
space:
mode:
authorAdeel Raza <araza@nvidia.com>2014-02-14 11:02:43 -0800
committerChao Xu <cxu@nvidia.com>2014-02-24 17:46:34 -0800
commit0165078de4b9f22cdb0be10706aad14f00bdf2d0 (patch)
treed78914eaa556f58f05ff7d9cb2482c20775bd4ad /arch/arm/boot/dts/tegra124.dtsi
parent843c83c1bdd32c1e88ef3d03b5b25dae070448f8 (diff)
arm: tegra12: dts: make address/size values 64 bit
Increase #address-cells and #size-cells to 2 for Tegra12x dts files in order to accomodate 64-bit address and size values. Bug 1318782 Bug 1441114 Change-Id: I029d54c6c7916a5e54d6965f86265eb13607ea48 Signed-off-by: Adeel Raza <araza@nvidia.com> Reviewed-on: http://git-master/r/367930 Reviewed-by: Chao Xu <cxu@nvidia.com>
Diffstat (limited to 'arch/arm/boot/dts/tegra124.dtsi')
-rw-r--r--arch/arm/boot/dts/tegra124.dtsi22
1 files changed, 10 insertions, 12 deletions
diff --git a/arch/arm/boot/dts/tegra124.dtsi b/arch/arm/boot/dts/tegra124.dtsi
index a4e45a2364a0..61fde57f0c09 100644
--- a/arch/arm/boot/dts/tegra124.dtsi
+++ b/arch/arm/boot/dts/tegra124.dtsi
@@ -4,30 +4,28 @@
/include/ "tegra124-soc.dtsi"
-#include "skeleton.dtsi"
-
/ {
compatible = "nvidia,tegra124";
interrupt-parent = <&intc>;
- #address-cells = <1>;
- #size-cells = <1>;
+ #address-cells = <2>;
+ #size-cells = <2>;
intc: interrupt-controller@50041000 {
compatible = "arm,cortex-a15-gic";
interrupt-controller;
#interrupt-cells = <3>;
- reg = <0x50041000 0x1000>,
- <0x50042000 0x0100>;
+ reg = <0x0 0x50041000 0x0 0x1000>,
+ <0x0 0x50042000 0x0 0x0100>;
};
lic: interrupt-controller@60004000 {
compatible = "nvidia,tegra-gic";
interrupt-controller;
- reg = <0x60004000 0x40>,
- <0x60004100 0x40>,
- <0x60004200 0x40>,
- <0x60004300 0x40>,
- <0x60004400 0x40>;
+ reg = <0x0 0x60004000 0x0 0x40>,
+ <0x0 0x60004100 0x0 0x40>,
+ <0x0 0x60004200 0x0 0x40>,
+ <0x0 0x60004300 0x0 0x40>,
+ <0x0 0x60004400 0x0 0x40>;
};
timer {
@@ -38,7 +36,7 @@
dfll@70110000 {
compatible = "nvidia,tegra124-dfll";
- reg = <0x70110000 0x400>;
+ reg = <0x0 0x70110000 0x0 0x400>;
out-clock-name="dfll_cpu";
status = "disabled";
};