]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
phy: exynos5-usbdrd: convert (phy) register access clock to clk_bulk
authorAndré Draszik <andre.draszik@linaro.org>
Mon, 17 Jun 2024 16:44:45 +0000 (17:44 +0100)
committerVinod Koul <vkoul@kernel.org>
Tue, 2 Jul 2024 13:22:05 +0000 (18:52 +0530)
commit26ba3261215b44d466bd2093daf3796031c09c0a
tree412aef6651a9427777b906f6b80f6ff6e58d62ab
parent54290bd9811ecdd82c19b96093e2c78325f59574
phy: exynos5-usbdrd: convert (phy) register access clock to clk_bulk

In preparation for support for additional platforms, convert the phy
register access clock to using the clk_bulk interfaces.

Newer SoCs like Google Tensor gs101 require additional clocks for
access to additional (different) register areas (PHY, PMA, PCS), and
converting to clk_bulk simplifies addition of those extra clocks.

Signed-off-by: André Draszik <andre.draszik@linaro.org>
Reviewed-by: Peter Griffin <peter.griffin@linaro.org>
Tested-by: Peter Griffin <peter.griffin@linaro.org>
Tested-by: Will McVicker <willmcvicker@google.com>
Link: https://lore.kernel.org/r/20240617-usb-phy-gs101-v3-4-b66de9ae7424@linaro.org
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/samsung/phy-exynos5-usbdrd.c