]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
riscv: dts: spacemit: fix uboot partition offset on Milk-V Jupiter
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 19 May 2026 04:12:39 +0000 (06:12 +0200)
committerYixun Lan <dlan@kernel.org>
Wed, 20 May 2026 08:30:47 +0000 (08:30 +0000)
Correct the uboot partition node name to match its actual offset.

Fixes: 2829823956f0 ("riscv: dts: spacemit: enable QSPI and add SPI NOR on Milk-V Jupiter")
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: Yixun Lan <dlan@kernel.org>
Link: https://patch.msgid.link/20260519041458.3287843-6-aurelien@aurel32.net
Signed-off-by: Yixun Lan <dlan@kernel.org>
arch/riscv/boot/dts/spacemit/k1-milkv-jupiter.dts

index beebf804197e2b6e74643bff67def9eda6647f19..2fc8d653378637710c70f890cfcfef05524b99c0 100644 (file)
                        opensbi@70000 {
                                reg = <0x70000 0x30000>;
                        };
-                       uboot@a00000 {
+                       uboot@a0000 {
                                reg = <0xa0000 0x760000>;
                        };
                };