Skip to content

Commit

Permalink
arm64: dts: stratix10: Correct System Manager register size
Browse files Browse the repository at this point in the history
Correct the register size of the System Manager node.

Cc: stable@vger.kernel.org
Fixes: 78cd6a9 ("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>
  • Loading branch information
Thor Thayer authored and Dinh Nguyen committed Sep 27, 2018
1 parent ce3bf93 commit 74121b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi
Original file line number Diff line number Diff line change
@@ -335,7 +335,7 @@

sysmgr: sysmgr@ffd12000 {
compatible = "altr,sys-mgr", "syscon";
reg = <0xffd12000 0x1000>;
reg = <0xffd12000 0x228>;
};

/* Local timer */

0 comments on commit 74121b9

Please sign in to comment.