Commit db4eb418 authored by Liu Jing's avatar Liu Jing Committed by Vinod Koul

phy: Fix the cacography in phy-exynos5250-usb2.c

The word 'swtich' is wrong, so fix it.
Signed-off-by: default avatarLiu Jing <liujing@cmss.chinamobile.com>
Link: https://lore.kernel.org/r/20240701112517.6597-1-liujing@cmss.chinamobile.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent edf9e049
...@@ -121,7 +121,7 @@ ...@@ -121,7 +121,7 @@
#define EXYNOS_5420_USB_ISOL_HOST_OFFSET 0x70C #define EXYNOS_5420_USB_ISOL_HOST_OFFSET 0x70C
#define EXYNOS_5250_USB_ISOL_ENABLE BIT(0) #define EXYNOS_5250_USB_ISOL_ENABLE BIT(0)
/* Mode swtich register */ /* Mode switch register */
#define EXYNOS_5250_MODE_SWITCH_OFFSET 0x230 #define EXYNOS_5250_MODE_SWITCH_OFFSET 0x230
#define EXYNOS_5250_MODE_SWITCH_MASK 1 #define EXYNOS_5250_MODE_SWITCH_MASK 1
#define EXYNOS_5250_MODE_SWITCH_DEVICE 0 #define EXYNOS_5250_MODE_SWITCH_DEVICE 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment