mirror of https://gitee.com/openkylin/linux.git
ARM: dts: r8a7793: Adjust SMP routine size
This patch adjusts the definition of the SMP routine size according to the latest changes made by commit: "ARM: shmobile: Add watchdog support" Signed-off-by: Fabrizio Castro <fabrizio.castro@bp.renesas.com> Signed-off-by: Ramesh Shanmugasundaram <ramesh.shanmugasundaram@bp.renesas.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
This commit is contained in:
parent
75f666509f
commit
f515e5996a
|
@ -392,7 +392,7 @@ icram1: sram@e63c0000 {
|
|||
|
||||
smp-sram@0 {
|
||||
compatible = "renesas,smp-sram";
|
||||
reg = <0 0x10>;
|
||||
reg = <0 0x100>;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue