]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commitdiff
arm64: dts: stratix10: Correct System Manager register size
authorThor Thayer <thor.thayer@linux.intel.com>
Tue, 25 Sep 2018 15:31:52 +0000 (10:31 -0500)
committerJuerg Haefliger <juergh@canonical.com>
Wed, 24 Jul 2019 01:57:44 +0000 (19:57 -0600)
BugLink: https://bugs.launchpad.net/bugs/1836802
commit 74121b9aa3cd571ddfff014a9f47db36cae3cda9 upstream.

Correct the register size of the System Manager node.

Cc: stable@vger.kernel.org
Fixes: 78cd6a9d8e154 ("arm64: dts: Add base stratix 10 dtsi")
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Andrea Righi <andrea.righi@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index 9db19314c60cda7de981992f55f2e623b92fcd00..99c1a824a52e378aca0d13f3a60a5f6e15f9f7f7 100644 (file)
 
                sysmgr: sysmgr@ffd12000 {
                        compatible = "altr,sys-mgr", "syscon";
-                       reg = <0xffd12000 0x1000>;
+                       reg = <0xffd12000 0x228>;
                };
 
                /* Local timer */