mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-10 06:32:11 -05:00
kernel: rtl8261n: Correct serdes global config register
Fix typo in register for the serdes global config.
Fixes: ddb0cd276c ("kernel: rtl8261n: add support for Serdes TX swap")
Signed-off-by: Richard Huynh <voxlympha@gmail.com>
[ add commit description ]
Link: https://github.com/openwrt/openwrt/pull/20465
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
parent
83eacb6ab0
commit
bd180e8905
@ -16,7 +16,7 @@
|
||||
#define REALTEK_PHY_ID_RTL8264B 0x001CC813
|
||||
#define REALTEK_PHY_ID_RTL8264 0x001CCAF2
|
||||
|
||||
#define REALTEK_SERDES_GLOBAL_CFG 0x1c
|
||||
#define REALTEK_SERDES_GLOBAL_CFG 0xC1
|
||||
#define REALTEK_HSO_INV BIT(7)
|
||||
#define REALTEK_HSI_INV BIT(6)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user