clk: lmk04832: Set missing parent_names for output clocks
authorMike Looijmans <mike.looijmans@topic.nl>
Wed, 2 Aug 2023 06:40:58 +0000 (08:40 +0200)
committerStephen Boyd <sboyd@kernel.org>
Wed, 23 Aug 2023 22:47:27 +0000 (15:47 -0700)
commitf6d6c11f417a50caca9d30d63f0f85c311c09869
treebd51720623cb5ccbb90f17a89ef3916f8bbace56
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
clk: lmk04832: Set missing parent_names for output clocks

lmk04832_register_clkout forgot to fill in the parent_names, resulting
in the error message "Must specify parents if num_parents > 0".

Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
Link: https://lore.kernel.org/r/20230802064100.15793-1-mike.looijmans@topic.nl
Reviewed-by: Liam Beguin <liambeguin@gmail.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
drivers/clk/clk-lmk04832.c