diff options
author | Birger Koblitz <git@birger-koblitz.de> | 2022-01-17 13:21:09 +0100 |
---|---|---|
committer | Daniel Golle <daniel@makrotopia.org> | 2022-02-17 15:21:47 +0000 |
commit | 7026084066fb6e2a7c40a4620f0fb6182b68c5cb (patch) | |
tree | 083254900250211138804c984886ca02c9eafff6 /target/linux/realtek/files-5.10/arch | |
parent | 51c8f766124487f6e84076c272645e5f29d32f5e (diff) | |
download | upstream-7026084066fb6e2a7c40a4620f0fb6182b68c5cb.tar.gz upstream-7026084066fb6e2a7c40a4620f0fb6182b68c5cb.tar.bz2 upstream-7026084066fb6e2a7c40a4620f0fb6182b68c5cb.zip |
realtek: Add SDS configuration routines for the RTL93XX platforms
Adds configuration routines for the internal SerDes of the
RTL930X and RTL931X.
Signed-off-by: Sebastian Gottschall <s.gottschall@dd-wrt.com>
Signed-off-by: Birger Koblitz <git@birger-koblitz.de>
Diffstat (limited to 'target/linux/realtek/files-5.10/arch')
-rw-r--r-- | target/linux/realtek/files-5.10/arch/mips/include/asm/mach-rtl838x/mach-rtl83xx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/realtek/files-5.10/arch/mips/include/asm/mach-rtl838x/mach-rtl83xx.h b/target/linux/realtek/files-5.10/arch/mips/include/asm/mach-rtl838x/mach-rtl83xx.h index 2d634b2fd3..9f8b210c44 100644 --- a/target/linux/realtek/files-5.10/arch/mips/include/asm/mach-rtl838x/mach-rtl83xx.h +++ b/target/linux/realtek/files-5.10/arch/mips/include/asm/mach-rtl838x/mach-rtl83xx.h @@ -224,6 +224,7 @@ #define RTL838X_MODEL_NAME_INFO (0x00D4) #define RTL839X_MODEL_NAME_INFO (0x0FF0) #define RTL93XX_MODEL_NAME_INFO (0x0004) +#define RTL931X_CHIP_INFO_ADDR (0x0008) #define RTL838X_LED_GLB_CTRL (0xA000) #define RTL839X_LED_GLB_CTRL (0x00E4) |