Commit 24661081 authored by Linus Walleij's avatar Linus Walleij Committed by Stephen Boyd
Browse files

clk: impd1: Look up clock-output-names



The IM-PD1 still need to pass the clock output names.

Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Link: https://lkml.kernel.org/r/20200416081348.326833-1-linus.walleij@linaro.org


Fixes: 84655b76 ("clk: versatile: Add device tree probing for IM-PD1 clocks")
Signed-off-by: default avatarStephen Boyd <sboyd@kernel.org>
parent 018d4671
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ static int integrator_impd1_clk_spawn(struct device *dev,
		return -ENODEV;
	}

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