mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 13:06:59 +02:00
arm64: dts: stratix10: Correct System Manager register size
commit74121b9aa3upstream. Correct the register size of the System Manager node. Cc: stable@vger.kernel.org Fixes:78cd6a9d8e("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>
This commit is contained in:
parent
9a209614d4
commit
142261e7b9
|
|
@ -335,7 +335,7 @@ spi1: spi@ffda5000 {
|
|||
|
||||
sysmgr: sysmgr@ffd12000 {
|
||||
compatible = "altr,sys-mgr", "syscon";
|
||||
reg = <0xffd12000 0x1000>;
|
||||
reg = <0xffd12000 0x228>;
|
||||
};
|
||||
|
||||
/* Local timer */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user