diff options
author | Pieter Van Trappen <pieter.van.trappen@cern.ch> | 2024-09-04 09:27:42 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2024-09-06 10:41:35 +0300 |
commit | 23de126f9248a2f9218175ea0dd1c1403e334440 (patch) | |
tree | 5a660792a1e016f1ef086233fcc9a381ee0b6ba8 /include/linux/platform_data | |
parent | dcff1c05f28395c8e7cec7e7143e6565f64d8b2a (diff) | |
download | linux-23de126f9248a2f9218175ea0dd1c1403e334440.tar.xz |
net: dsa: microchip: replace unclear KSZ8830 strings
Replace ksz8830 with ksz88x3 for CHIP_ID definition and other
strings. This due to KSZ8830 not being an actual switch but the Chip
ID shared among KSZ8863/8873 switches, impossible to differentiate
from their Chip ID or Revision ID registers.
Now all KSZ*_CHIP_ID macros refer to actual, existing switches which
removes confusion.
Signed-off-by: Pieter Van Trappen <pieter.van.trappen@cern.ch>
Acked-by: Arun Ramadoss <arun.ramadoss@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/platform_data')
-rw-r--r-- | include/linux/platform_data/microchip-ksz.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/platform_data/microchip-ksz.h b/include/linux/platform_data/microchip-ksz.h index d074019474f5..2ee1a679e592 100644 --- a/include/linux/platform_data/microchip-ksz.h +++ b/include/linux/platform_data/microchip-ksz.h @@ -27,7 +27,7 @@ enum ksz_chip_id { KSZ8795_CHIP_ID = 0x8795, KSZ8794_CHIP_ID = 0x8794, KSZ8765_CHIP_ID = 0x8765, - KSZ8830_CHIP_ID = 0x8830, + KSZ88X3_CHIP_ID = 0x8830, KSZ8864_CHIP_ID = 0x8864, KSZ8895_CHIP_ID = 0x8895, KSZ9477_CHIP_ID = 0x00947700, |