krzk changed the topic of #linux-exynos to: Linux Samsung SoC Exynos and Family | https://exynos.wiki.kernel.org | This channel is logged: https://libera.irclog.whitequark.org/linux-exynos
griffinp has joined #linux-exynos
griffinp has quit [Ping timeout: 256 seconds]
griffinp has joined #linux-exynos
knuxify has quit [Quit: Ping timeout (120 seconds)]
knuxify has joined #linux-exynos
<knuxify> does the exynos 4210 have an otg mode switch register like the 4x12?
<knuxify> the exynos4210 usb2 phy driver seems to define the host mode register: https://github.com/torvalds/linux/blob/v6.9/drivers/phy/samsung/phy-exynos4210-usb2.c#L87-L91
<knuxify> but it's not used anywhere, and has_mode_switch is set to 0: https://github.com/torvalds/linux/blob/v6.9/drivers/phy/samsung/phy-exynos4210-usb2.c#L253
<knuxify> s/host mode register/otg mode register, sorry