diff options
| author | Takashi Iwai <[email protected]> | 2024-06-26 20:02:55 +0000 |
|---|---|---|
| committer | Takashi Iwai <[email protected]> | 2024-06-26 20:02:55 +0000 |
| commit | 4b3e3810738376b3292d1bf29996640843fbd9a0 (patch) | |
| tree | db86e4cc1d78810e458528cd652ae74ed3418e31 /drivers/net/dsa/microchip/ksz_common.c | |
| parent | ALSA: seq: Fix missing MSB in MIDI2 SPP conversion (diff) | |
| parent | ASoC: rt5645: fix issue of random interrupt from push-button (diff) | |
| download | kernel-4b3e3810738376b3292d1bf29996640843fbd9a0.tar.gz kernel-4b3e3810738376b3292d1bf29996640843fbd9a0.zip | |
Merge tag 'asoc-fix-v6.10-rc5' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.10
A relatively large batch of updates, largely due to the long interval
since I last sent fixes due to various travel and holidays. There's a
lot of driver specific fixes and quirks in here, none of them too major,
and also some fixes for recently introduced memory safety issues in the
topology code.
Diffstat (limited to 'drivers/net/dsa/microchip/ksz_common.c')
| -rw-r--r-- | drivers/net/dsa/microchip/ksz_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/dsa/microchip/ksz_common.c b/drivers/net/dsa/microchip/ksz_common.c index 1e0085cd9a9a..2818e24e2a51 100644 --- a/drivers/net/dsa/microchip/ksz_common.c +++ b/drivers/net/dsa/microchip/ksz_common.c @@ -3142,7 +3142,7 @@ phy_interface_t ksz_get_xmii(struct ksz_device *dev, int port, bool gbit) else interface = PHY_INTERFACE_MODE_MII; } else if (val == bitval[P_RMII_SEL]) { - interface = PHY_INTERFACE_MODE_RGMII; + interface = PHY_INTERFACE_MODE_RMII; } else { interface = PHY_INTERFACE_MODE_RGMII; if (data8 & P_RGMII_ID_EG_ENABLE) |
