[PATCH phy-fixes] phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL register access

Vinod Koul vkoul at kernel.org
Sun May 10 05:23:42 PDT 2026


On Sat, 21 Mar 2026 15:42:32 +0100, Gabor Juhos wrote:
> The mvebu_a3700_utmi_phy_power_off() function tries to modify the
> USB2_PHY_CTRL register by using the IO address of the PHY IP block along
> with the readl/writel IO accessors. However, the register exist in the
> USB miscellaneous register space, and as such it must be accessed via
> regmap like it is done in the mvebu_a3700_utmi_phy_power_on() function.
> 
> Change the code to use regmap_update_bits() for modífying the register
> to fix this.
> 
> [...]

Applied, thanks!

[1/1] phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL register access
      commit: 91ddf6f722084383fb05be731c0107814b055c0c

Best regards,
-- 
~Vinod





More information about the linux-phy mailing list