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>
This commit is contained in:
committed by
David S. Miller
parent
dcff1c05f2
commit
23de126f92
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user