projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a81597b
)
ARM: dts: r8a7793: Reserve SRAM for the SMP jump stub
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Tue, 4 Jul 2017 15:41:42 +0000
(17:41 +0200)
committer
Simon Horman
<horms+renesas@verge.net.au>
Thu, 27 Jul 2017 14:28:38 +0000
(16:28 +0200)
Reserve SRAM for the jump stub for CPU core bringup.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
arch/arm/boot/dts/r8a7793.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/r8a7793.dtsi
b/arch/arm/boot/dts/r8a7793.dtsi
index bc6a44272f55521506566895d4c562cabf6f4b1b..497716b6fbe2416423b53b2fd3be3303bc60c92c 100644
(file)
--- a/
arch/arm/boot/dts/r8a7793.dtsi
+++ b/
arch/arm/boot/dts/r8a7793.dtsi
@@
-856,6
+856,14
@@
icram1: sram@e63c0000 {
compatible = "mmio-sram";
reg = <0 0xe63c0000 0 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ ranges = <0 0 0xe63c0000 0x1000>;
+
+ smp-sram@0 {
+ compatible = "renesas,smp-sram";
+ reg = <0 0x10>;
+ };
};
ether: ethernet@ee700000 {