Commit f50a000b authored by Jacky Huang's avatar Jacky Huang Committed by Arnd Bergmann

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: default avatarJacky Huang <ychuang3@nuvoton.com>
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent ebd617b6
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment