soc/riscv: correct the name of the register
correct the name of bit5 of GCR2 register from SMB4E to SMB3E. Signed-off-by: Tim Lin <tim2.lin@ite.corp-partner.google.com>
This commit is contained in:
parent
21d9bb6e51
commit
8f4692083c
1 changed files with 1 additions and 1 deletions
|
@ -833,7 +833,7 @@
|
|||
|
||||
#define GCR2 ECREG(EC_REG_BASE_ADDR + 0x16F1)
|
||||
#define CK32OE BIT(6)
|
||||
#define SMB4E BIT(5)
|
||||
#define SMB3E BIT(5)
|
||||
#define PECIE BIT(4)
|
||||
|
||||
#define GCR3 ECREG(EC_REG_BASE_ADDR + 0x16F2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue