aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTakashi Yoshii <takashi.yoshii.zj@renesas.com>2013-03-29 03:45:56 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-04-01 22:02:21 -0400
commit26a0d2d47f5bfb75cd14d961f9d825338d471317 (patch)
tree6b2e07e98d3d42dab93db6f9726e7ebaa3bb825a /arch
parent69e351d029985a31abd41b2b8729788a01e8588d (diff)
ARM: shmobile: r8a73a4 SoC 64-bit DT support
The r8a73a4 SoC supports LPAE and has memory window up to 0x2ffffffff. Convert to 64-bit addresses by enlarging #addr-cells and #size-cells to 2. Signed-off-by: Takashi Yoshii <takashi.yoshii.zj@renesas.com> Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/boot/dts/r8a73a4.dtsi20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/r8a73a4.dtsi b/arch/arm/boot/dts/r8a73a4.dtsi
index 7db5b504e64c..fde2a337d1ff 100644
--- a/arch/arm/boot/dts/r8a73a4.dtsi
+++ b/arch/arm/boot/dts/r8a73a4.dtsi
@@ -9,11 +9,11 @@
9 * kind, whether express or implied. 9 * kind, whether express or implied.
10 */ 10 */
11 11
12/include/ "skeleton.dtsi"
13
14/ { 12/ {
15 compatible = "renesas,r8a73a4"; 13 compatible = "renesas,r8a73a4";
16 interrupt-parent = <&gic>; 14 interrupt-parent = <&gic>;
15 #address-cells = <2>;
16 #size-cells = <2>;
17 17
18 cpus { 18 cpus {
19 #address-cells = <1>; 19 #address-cells = <1>;
@@ -32,10 +32,10 @@
32 #interrupt-cells = <3>; 32 #interrupt-cells = <3>;
33 #address-cells = <0>; 33 #address-cells = <0>;
34 interrupt-controller; 34 interrupt-controller;
35 reg = <0xf1001000 0x1000>, 35 reg = <0 0xf1001000 0 0x1000>,
36 <0xf1002000 0x1000>, 36 <0 0xf1002000 0 0x1000>,
37 <0xf1004000 0x2000>, 37 <0 0xf1004000 0 0x2000>,
38 <0xf1006000 0x2000>; 38 <0 0xf1006000 0 0x2000>;
39 interrupts = <1 9 0xf04>; 39 interrupts = <1 9 0xf04>;
40 40
41 gic-cpuif@4 { 41 gic-cpuif@4 {
@@ -57,7 +57,7 @@
57 compatible = "renesas,irqc"; 57 compatible = "renesas,irqc";
58 #interrupt-cells = <2>; 58 #interrupt-cells = <2>;
59 interrupt-controller; 59 interrupt-controller;
60 reg = <0xe61c0000 0x200>; 60 reg = <0 0xe61c0000 0 0x200>;
61 interrupt-parent = <&gic>; 61 interrupt-parent = <&gic>;
62 interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>, 62 interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>,
63 <0 4 4>, <0 5 4>, <0 6 4>, <0 7 4>, 63 <0 4 4>, <0 5 4>, <0 6 4>, <0 7 4>,
@@ -73,7 +73,7 @@
73 compatible = "renesas,irqc"; 73 compatible = "renesas,irqc";
74 #interrupt-cells = <2>; 74 #interrupt-cells = <2>;
75 interrupt-controller; 75 interrupt-controller;
76 reg = <0xe61c0200 0x200>; 76 reg = <0 0xe61c0200 0 0x200>;
77 interrupt-parent = <&gic>; 77 interrupt-parent = <&gic>;
78 interrupts = <0 32 4>, <0 33 4>, <0 34 4>, <0 35 4>, 78 interrupts = <0 32 4>, <0 33 4>, <0 34 4>, <0 35 4>,
79 <0 36 4>, <0 37 4>, <0 38 4>, <0 39 4>, 79 <0 36 4>, <0 37 4>, <0 38 4>, <0 39 4>,
@@ -86,8 +86,8 @@
86 86
87 thermal@e61f0000 { 87 thermal@e61f0000 {
88 compatible = "renesas,rcar-thermal"; 88 compatible = "renesas,rcar-thermal";
89 reg = <0xe61f0000 0x14>, <0xe61f0100 0x38>, 89 reg = <0 0xe61f0000 0 0x14>, <0 0xe61f0100 0 0x38>,
90 <0xe61f0200 0x38>, <0xe61f0300 0x38>; 90 <0 0xe61f0200 0 0x38>, <0 0xe61f0300 0 0x38>;
91 interrupt-parent = <&gic>; 91 interrupt-parent = <&gic>;
92 interrupts = <0 69 4>; 92 interrupts = <0 69 4>;
93 }; 93 };