aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorTakashi Yoshii <takashi.yoshii.zj@renesas.com>2013-03-29 03:49:17 -0400
committerSimon Horman <horms+renesas@verge.net.au>2013-04-01 22:02:21 -0400
commit8585deb18580d04209a2986430aa0959ef38fce2 (patch)
treec72456d0449e795ee5f4fa2f692b516fc6f5d7ff /arch
parent26a0d2d47f5bfb75cd14d961f9d825338d471317 (diff)
ARM: shmobile: r8a7790 SoC 64-bit DT support
The r8a7790 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/r8a7790.dtsi14
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/arm/boot/dts/r8a7790.dtsi b/arch/arm/boot/dts/r8a7790.dtsi
index a1e0e0c64c3c..7a1711027e41 100644
--- a/arch/arm/boot/dts/r8a7790.dtsi
+++ b/arch/arm/boot/dts/r8a7790.dtsi
@@ -8,11 +8,11 @@
8 * kind, whether express or implied. 8 * kind, whether express or implied.
9 */ 9 */
10 10
11/include/ "skeleton.dtsi"
12
13/ { 11/ {
14 compatible = "renesas,r8a7790"; 12 compatible = "renesas,r8a7790";
15 interrupt-parent = <&gic>; 13 interrupt-parent = <&gic>;
14 #address-cells = <2>;
15 #size-cells = <2>;
16 16
17 cpus { 17 cpus {
18 #address-cells = <1>; 18 #address-cells = <1>;
@@ -31,10 +31,10 @@
31 #interrupt-cells = <3>; 31 #interrupt-cells = <3>;
32 #address-cells = <0>; 32 #address-cells = <0>;
33 interrupt-controller; 33 interrupt-controller;
34 reg = <0xf1001000 0x1000>, 34 reg = <0 0xf1001000 0 0x1000>,
35 <0xf1002000 0x1000>, 35 <0 0xf1002000 0 0x1000>,
36 <0xf1004000 0x2000>, 36 <0 0xf1004000 0 0x2000>,
37 <0xf1006000 0x2000>; 37 <0 0xf1006000 0 0x2000>;
38 interrupts = <1 9 0xf04>; 38 interrupts = <1 9 0xf04>;
39 39
40 gic-cpuif@4 { 40 gic-cpuif@4 {
@@ -56,7 +56,7 @@
56 compatible = "renesas,irqc"; 56 compatible = "renesas,irqc";
57 #interrupt-cells = <2>; 57 #interrupt-cells = <2>;
58 interrupt-controller; 58 interrupt-controller;
59 reg = <0xe61c0000 0x200>; 59 reg = <0 0xe61c0000 0 0x200>;
60 interrupt-parent = <&gic>; 60 interrupt-parent = <&gic>;
61 interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>; 61 interrupts = <0 0 4>, <0 1 4>, <0 2 4>, <0 3 4>;
62 }; 62 };