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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 21 Nov 2018 08:27:37 +0000 (09:27 +0100)
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>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

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