mirror of
https://github.com/torvalds/linux.git
synced 2026-08-02 05:12:01 +02:00
riscv: dts: spacemit: fix uboot partition offset on Milk-V Jupiter
Correct the uboot partition node name to match its actual offset.
Fixes: 2829823956 ("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>
This commit is contained in:
parent
60b5e027c8
commit
6edd9a0d32
|
|
@ -379,7 +379,7 @@ env@60000 {
|
|||
opensbi@70000 {
|
||||
reg = <0x70000 0x30000>;
|
||||
};
|
||||
uboot@a00000 {
|
||||
uboot@a0000 {
|
||||
reg = <0xa0000 0x760000>;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user