diff options
| author | Jakub Kicinski <kuba@kernel.org> | 2024-11-14 06:55:02 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2024-11-14 06:55:02 +0300 |
| commit | a71c69f51d1119db5f7812b35f16e8ef7786b3f2 (patch) | |
| tree | 1eee16301266317ab6015e9860d2fa19f544d965 /include/linux/platform_data | |
| parent | 1975aa0d76e39d7e9c5a9594fa461dfb28352005 (diff) | |
| parent | 16220cb315a0a10d2a003d9af534988686e675ea (diff) | |
| download | linux-a71c69f51d1119db5f7812b35f16e8ef7786b3f2.tar.xz | |
Merge branch 'net-dsa-microchip-add-lan9646-switch-support'
Tristram Ha says:
====================
net: dsa: microchip: Add LAN9646 switch support
This series of patches is to add LAN9646 switch support to the KSZ DSA
driver.
====================
Link: https://patch.msgid.link/20241109015705.82685-1-Tristram.Ha@microchip.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/platform_data')
| -rw-r--r-- | include/linux/platform_data/microchip-ksz.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/platform_data/microchip-ksz.h b/include/linux/platform_data/microchip-ksz.h index 2ee1a679e592..0e0e8fe6975f 100644 --- a/include/linux/platform_data/microchip-ksz.h +++ b/include/linux/platform_data/microchip-ksz.h @@ -42,6 +42,7 @@ enum ksz_chip_id { LAN9372_CHIP_ID = 0x00937200, LAN9373_CHIP_ID = 0x00937300, LAN9374_CHIP_ID = 0x00937400, + LAN9646_CHIP_ID = 0x00964600, }; struct ksz_platform_data { |
