diff options
| author | Gabor Juhos <j4g8y7@gmail.com> | 2026-03-21 15:42:32 +0100 |
|---|---|---|
| committer | Vinod Koul <vkoul@kernel.org> | 2026-05-10 16:51:35 +0530 |
| commit | 91ddf6f722084383fb05be731c0107814b055c0c (patch) | |
| tree | e1d5c99615462403fab410826d5d1d6bbc42be4c /scripts/stackusage | |
| parent | 519a228ee40d1be3453d1da339b4577c3785e333 (diff) | |
phy: marvell: mvebu-a3700-utmi: fix incorrect USB2_PHY_CTRL register access
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.
Fixes: cc8b7a0ae866 ("phy: add A3700 UTMI PHY driver")
Signed-off-by: Gabor Juhos <j4g8y7@gmail.com>
Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com>
Link: https://patch.msgid.link/20260321-a3700-utmi-fix-usb2_phy_ctrl-access-v1-1-6005ff4b5058@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'scripts/stackusage')
0 files changed, 0 insertions, 0 deletions
