]> git.baikalelectronics.ru Git - kernel.git/commit
phy: ti: j721e-wiz: Delete "clk_div_sel" clk provider during cleanup
authorKishon Vijay Abraham I <kishon@ti.com>
Wed, 10 Mar 2021 12:08:36 +0000 (17:38 +0530)
committerVinod Koul <vkoul@kernel.org>
Tue, 30 Mar 2021 18:03:18 +0000 (23:33 +0530)
commit45fcb63e0b616ff1d7a070eafadcf92d52247d97
tree97896eb0b6eb6584947df337c9bc2cf4f7957893
parent5c8fabc0ab37aba561bec97f325360c42dac1186
phy: ti: j721e-wiz: Delete "clk_div_sel" clk provider during cleanup

commit 895ecb54113c ("phy: ti: j721e-wiz: Add support for WIZ module
present in TI J721E SoC") modeled both MUX clocks and DIVIDER clocks in
wiz. However during cleanup, it removed only the MUX clock provider.
Remove the DIVIDER clock provider here.

Fixes: 895ecb54113c ("phy: ti: j721e-wiz: Add support for WIZ module present in TI J721E SoC")
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Link: https://lore.kernel.org/r/20210310120840.16447-3-kishon@ti.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/phy/ti/phy-j721e-wiz.c