mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 00:03:54 -06:00
riscv: sifive_e: prci: Update the PRCI register block size
Currently the PRCI register block size is set to 0x8000, but in fact 0x1000 is enough, which is also what the manual says. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Chih-Min Chao <chihmin.chao@sifive.com> Reviewed-by: Alistair Francis <alistair.francis@wdc.com> Signed-off-by: Palmer Dabbelt <palmer@sifive.com>
This commit is contained in:
parent
1a5938a01f
commit
d0730344fd
2 changed files with 3 additions and 1 deletions
|
@ -47,6 +47,8 @@ enum {
|
|||
SIFIVE_E_PRCI_PLLOUTDIV_DIV1 = (1 << 8)
|
||||
};
|
||||
|
||||
#define SIFIVE_E_PRCI_REG_SIZE 0x1000
|
||||
|
||||
#define TYPE_SIFIVE_E_PRCI "riscv.sifive.e.prci"
|
||||
|
||||
#define SIFIVE_E_PRCI(obj) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue