Skip to content

Commit 2466108

Browse files
linuswbebarino
authored andcommitted
clk: impd1: Look up clock-output-names
The IM-PD1 still need to pass the clock output names. Signed-off-by: Linus Walleij <[email protected]> Link: https://lkml.kernel.org/r/[email protected] Fixes: 84655b7 ("clk: versatile: Add device tree probing for IM-PD1 clocks") Signed-off-by: Stephen Boyd <[email protected]>
1 parent 018d467 commit 2466108

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/clk/versatile/clk-impd1.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ static int integrator_impd1_clk_spawn(struct device *dev,
206206
return -ENODEV;
207207
}
208208

209+
of_property_read_string(np, "clock-output-names", &name);
209210
parent_name = of_clk_get_parent_name(np, 0);
210211
clk = icst_clk_setup(NULL, desc, name, parent_name, map,
211212
ICST_INTEGRATOR_IM_PD1);

0 commit comments

Comments
 (0)