diff options
author | Dinh Nguyen <dinguyen@kernel.org> | 2025-06-04 15:18:07 -0500 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2025-07-12 07:20:17 -0500 |
commit | 501b04d5a824015638d49d705d3a5ce05ca5ba5c (patch) | |
tree | ef013d017c5cbfed1d56fbc378eded57e0b78d15 | |
parent | 1de7dfb3594033cff9882642ae404354e5f19627 (diff) |
arm64: dts: socfpga: swvp: remove altr,modrst-offset
'altr,modrst-offset' property is not applicable for arm64 SoCFPGA
platforms.
This will fix this dtbs_check warning:
socfpga_stratix10_swvp.dtb:
rstmgr@ffd11000: altr,modrst-offset: False schema does not allow 32
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts index 34ccf8138f7b..33a765c9177d 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts @@ -103,10 +103,6 @@ status = "okay"; }; -&rst { - altr,modrst-offset = <0x20>; -}; - &sysmgr { reg = <0xffd12000 0x1000>; interrupts = <0x0 0x10 0x4>; |