diff options
| author | Dinh Nguyen <dinguyen@kernel.org> | 2025-06-05 13:19:20 -0500 |
|---|---|---|
| committer | Dinh Nguyen <dinguyen@kernel.org> | 2025-07-12 07:23:59 -0500 |
| commit | 6c6a4d395d0e1be2e99c4f7bc48ddd009ba795e5 (patch) | |
| tree | 95994d99de37482debebdeb15016c73c2f2cf41d | |
| parent | 501b04d5a824015638d49d705d3a5ce05ca5ba5c (diff) | |
arm64: dts: socfpga: swvp: remove cpu1-start-addr
The cpu1-start-addr property is only applicable to 32-bit SoCFPGA
platforms.
Removing this property will take care of warnings like this:
socfpga_stratix10_swvp.dtb: sysmgr@ffd12000: cpu1-start-addr:
False schema does not allow 4291846704
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts index 33a765c9177d..6b9fe154f677 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts @@ -106,5 +106,4 @@ &sysmgr { reg = <0xffd12000 0x1000>; interrupts = <0x0 0x10 0x4>; - cpu1-start-addr = <0xffd06230>; }; |
