commit | f50a000b42195a0e0d22c34c16b7c488b22063a2 | [log] [tgz] |
---|---|---|
author | Jacky Huang <ychuang3@nuvoton.com> | Thu Jun 22 14:13:43 2023 +0000 |
committer | Arnd Bergmann <arnd@arndb.de> | Thu Jun 22 17:02:50 2023 +0200 |
tree | 74294e5bf742e8d51905b5975c382e19a59040ba | |
parent | ebd617b675438a75d773833f5d87b70fbdb88e96 [diff] |
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>