linux-clk.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: st: update to avoid DT warnings
@ 2021-12-02  7:28 Alain Volmat
  2021-12-02  7:28 ` [PATCH 1/2] clk: st: clkgen-fsyn: search reg within node or parent Alain Volmat
  2021-12-02  7:28 ` [PATCH 2/2] clk: st: clkgen-mux: " Alain Volmat
  0 siblings, 2 replies; 5+ messages in thread
From: Alain Volmat @ 2021-12-02  7:28 UTC (permalink / raw)
  To: Michael Turquette, Stephen Boyd, Rob Herring, Patrice Chotard
  Cc: Lee Jones, linux-clk, devicetree, linux-kernel, linux-arm-kernel,
	Alain Volmat

The serie contains 2 updates within clkgen-fsyn and clkgen-mux
in order to allow those drivers to pick up the reg property
within their parent node instead of their own node.  Such
behavior is already in place for the other st clk drivers and
to allow to not have several time the same reg value within
the device tree.
Those changes are also done in order to avoid DT warning seen
when compiling with W=1 and indicating unique-unit-address issues.

Alain Volmat (2):
  clk: st: clkgen-fsyn: search reg within node or parent
  clk: st: clkgen-mux: search reg within node or parent

 drivers/clk/st/clkgen-fsyn.c | 11 +++++++++--
 drivers/clk/st/clkgen-mux.c  | 11 +++++++++--
 2 files changed, 18 insertions(+), 4 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-12-15 10:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-02  7:28 [PATCH 0/2] clk: st: update to avoid DT warnings Alain Volmat
2021-12-02  7:28 ` [PATCH 1/2] clk: st: clkgen-fsyn: search reg within node or parent Alain Volmat
2021-12-15 10:03   ` Patrice CHOTARD
2021-12-15 10:06     ` Patrice CHOTARD
2021-12-02  7:28 ` [PATCH 2/2] clk: st: clkgen-mux: " Alain Volmat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).