All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] clk: impd1: Look up clock-output-names
@ 2020-04-16  8:13 Linus Walleij
  2020-04-22 10:02 ` Stephen Boyd
  2020-05-05 19:13 ` Stephen Boyd
  0 siblings, 2 replies; 7+ messages in thread
From: Linus Walleij @ 2020-04-16  8:13 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd; +Cc: linux-clk, Linus Walleij

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

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
 drivers/clk/versatile/clk-impd1.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/clk/versatile/clk-impd1.c b/drivers/clk/versatile/clk-impd1.c
index b05da8516d4c..f9f4babe3ca6 100644
--- a/drivers/clk/versatile/clk-impd1.c
+++ b/drivers/clk/versatile/clk-impd1.c
@@ -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);
-- 
2.25.2


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-05-05 19:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-16  8:13 [PATCH] clk: impd1: Look up clock-output-names Linus Walleij
2020-04-22 10:02 ` Stephen Boyd
2020-04-28 12:51   ` Linus Walleij
2020-05-05  6:23     ` Stephen Boyd
2020-05-05  8:06       ` Linus Walleij
2020-05-05 19:13         ` Stephen Boyd
2020-05-05 19:13 ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.