diff options
author | Fabrizio Castro <fabrizio.castro@bp.renesas.com> | 2018-02-12 18:44:12 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2018-04-25 08:51:04 +0200 |
commit | 7270dedc8438c7247474a33a8334f3920816e2c2 (patch) | |
tree | c234e95283b9222466ac152bdcd8cf1c8c5a93eb /arch/arm/boot/dts/r8a7745.dtsi | |
parent | ARM: dts: r8a7743: Adjust SMP routine size (diff) | |
download | linux-7270dedc8438c7247474a33a8334f3920816e2c2.tar.xz linux-7270dedc8438c7247474a33a8334f3920816e2c2.zip |
ARM: dts: r8a7745: 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>
Diffstat (limited to 'arch/arm/boot/dts/r8a7745.dtsi')
-rw-r--r-- | arch/arm/boot/dts/r8a7745.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/r8a7745.dtsi b/arch/arm/boot/dts/r8a7745.dtsi index dd49a8b48f3e..0c3f4c5b345b 100644 --- a/arch/arm/boot/dts/r8a7745.dtsi +++ b/arch/arm/boot/dts/r8a7745.dtsi @@ -360,7 +360,7 @@ smp-sram@0 { compatible = "renesas,smp-sram"; - reg = <0 0x10>; + reg = <0 0x100>; }; }; |