]> git.dujemihanovic.xyz Git - u-boot.git/commit
phy: rockchip-inno-usb2: Limit changes made to regs
authorJonas Karlman <jonas@kwiboo.se>
Sun, 25 Feb 2024 22:10:20 +0000 (22:10 +0000)
committerKever Yang <kever.yang@rock-chips.com>
Thu, 14 Mar 2024 03:48:40 +0000 (11:48 +0800)
commitb055c8952c0f2cc9063f2c6d33bd1bb6aa83b052
treeba124b189bed7daa31eec452fcfeaf62f17c348d
parent803fbdfd1c0214b694eb489b6dac465b697f0f71
phy: rockchip-inno-usb2: Limit changes made to regs

The USB2PHY regs already contain working default reset values for RK3328
and RK35xx as evidenced by the fact that this driver never has changed a
single value for these SoCs.

Reduce to only configure utmi_suspend_n and utmi_sel bits similar to
what is currently done on RK3399. Also add missing clkout_ctl for RK3588.

When enabled utmi_suspend_n is changed to normal mode and utmi_sel to
use otg/host controller utmi interface to phy. When disabled
utmi_suspend_n is changed to suspend mode and utmi_sel to use GRF utmi
interface to phy.

Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
drivers/phy/rockchip/phy-rockchip-inno-usb2.c