clk: nuvoton: Use clk_parent_data instead of string for parent clock
authorJacky Huang <ychuang3@nuvoton.com>
Thu, 22 Jun 2023 14:13:43 +0000 (14:13 +0000)
committerArnd Bergmann <arnd@arndb.de>
Thu, 22 Jun 2023 15:02:50 +0000 (17:02 +0200)
commitf50a000b42195a0e0d22c34c16b7c488b22063a2
tree74294e5bf742e8d51905b5975c382e19a59040ba
parentebd617b675438a75d773833f5d87b70fbdb88e96
clk: nuvoton: Use clk_parent_data instead of string for parent clock

For the declaration of parent clocks, use struct clk_parent_data instead
of a string. Due to the change in the passed arguments, replace the usage
of devm_clk_hw_register_mux() with clk_hw_register_mux_parent_data() for
all cases.

Signed-off-by: Jacky Huang <ychuang3@nuvoton.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
drivers/clk/nuvoton/clk-ma35d1.c