mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
riscv: fu540: dts: Correct reg size of clint node
Signed-off-by: Pragnesh Patel <pragnesh.patel@sifive.com> Reviewed-by: Bin Meng <bin.meng@windriver.com> Reviewed-by: Rick Chen <rick@andestech.com>
This commit is contained in:
parent
47d7e3b5eb
commit
7257455e7c
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
&cpu2_intc 3 &cpu2_intc 7
|
||||
&cpu3_intc 3 &cpu3_intc 7
|
||||
&cpu4_intc 3 &cpu4_intc 7>;
|
||||
reg = <0x0 0x2000000 0x0 0xc0000>;
|
||||
reg = <0x0 0x2000000 0x0 0x10000>;
|
||||
u-boot,dm-spl;
|
||||
};
|
||||
prci: clock-controller@10000000 {
|
||||
|
|
Loading…
Add table
Reference in a new issue