]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: socfpga: swvp: remove cpu1-start-addr
authorDinh Nguyen <dinguyen@kernel.org>
Thu, 5 Jun 2025 18:19:20 +0000 (13:19 -0500)
committerDinh Nguyen <dinguyen@kernel.org>
Sat, 12 Jul 2025 12:23:59 +0000 (07:23 -0500)
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>
arch/arm64/boot/dts/altera/socfpga_stratix10_swvp.dts

index 33a765c9177dfdb5aabafbdf0da177a78877cc3f..6b9fe154f6775e98543ee31c0d944c58ee7637b9 100644 (file)
 &sysmgr {
        reg = <0xffd12000 0x1000>;
        interrupts = <0x0 0x10 0x4>;
-       cpu1-start-addr = <0xffd06230>;
 };