Skip to content

Commit ed5bdb5

Browse files
Hari Prasath Gujulan ElangoHari Prasath Gujulan Elango
authored andcommitted
net: dsa: microchip: update the allowable address access configuration
Update the allowable address access configuration of the ksz8563 dual port ethernet switch used in the SAMA5D2-ICP boards. Fixes: 8d7ae22 ("net: dsa: microchip: KSZ9477 register regmap alignment to 32 bit boundaries”) Signed-off-by: Hari Prasath Gujulan Elango <Hari.PrasathGE@microchip.com> suggested-by: Jerry Ray <jerry.ray@microchip.com>
1 parent 376253d commit ed5bdb5

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

drivers/net/dsa/microchip/ksz_common.c

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,7 @@ static const struct regmap_range ksz8563_valid_regs[] = {
511511
regmap_reg_range(0x111a, 0x111d),
512512
regmap_reg_range(0x1122, 0x1127),
513513
regmap_reg_range(0x112a, 0x112b),
514-
regmap_reg_range(0x1136, 0x1139),
515-
regmap_reg_range(0x113e, 0x113f),
514+
regmap_reg_range(0x1134, 0x113f),
516515
regmap_reg_range(0x1400, 0x1401),
517516
regmap_reg_range(0x1403, 0x1403),
518517
regmap_reg_range(0x1410, 0x1417),
@@ -541,8 +540,7 @@ static const struct regmap_range ksz8563_valid_regs[] = {
541540
regmap_reg_range(0x211a, 0x211d),
542541
regmap_reg_range(0x2122, 0x2127),
543542
regmap_reg_range(0x212a, 0x212b),
544-
regmap_reg_range(0x2136, 0x2139),
545-
regmap_reg_range(0x213e, 0x213f),
543+
regmap_reg_range(0x2134, 0x213f),
546544
regmap_reg_range(0x2400, 0x2401),
547545
regmap_reg_range(0x2403, 0x2403),
548546
regmap_reg_range(0x2410, 0x2417),

0 commit comments

Comments
 (0)