mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 02:45:26 +07:00
rt2800: debugfs register access: BBP is 256 bytes big
We're already using BBP for values > 128. Make that explicit and allow debugfs access. Signed-off-by: Anisse Astier <anisse@astier.eu> Acked-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
4daffe3543
commit
0c0fdf6c80
@ -98,7 +98,7 @@
|
||||
#define EEPROM_BASE 0x0000
|
||||
#define EEPROM_SIZE 0x0110
|
||||
#define BBP_BASE 0x0000
|
||||
#define BBP_SIZE 0x0080
|
||||
#define BBP_SIZE 0x00ff
|
||||
#define RF_BASE 0x0004
|
||||
#define RF_SIZE 0x0010
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user