public inbox for linux-clk@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] clk: clk-axi-clkgen: make sure to enable the AXI bus clock
@ 2024-10-23 14:56 Nuno Sa
  2024-10-23 14:56 ` [PATCH 1/2] dt-bindings: clock: axi-clkgen: include AXI clk Nuno Sa
  2024-10-23 14:56 ` [PATCH 2/2] clk: clk-axi-clkgen: make sure to enable the AXI bus clock Nuno Sa
  0 siblings, 2 replies; 10+ messages in thread
From: Nuno Sa @ 2024-10-23 14:56 UTC (permalink / raw)
  To: linux-clk, devicetree
  Cc: Michael Turquette, Stephen Boyd, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Lars-Peter Clausen

In order to access the registers of the HW, we need to make sure that
the AXI bus clock is enabled.

In order to keep backward compatibility, the new axi clock must be the
last phandle in clocks. On top of that, it's not an actual parent of
the axi-clkgen that needs to be set on struct clk_init_data.

---
Nuno Sa (2):
      dt-bindings: clock: axi-clkgen: include AXI clk
      clk: clk-axi-clkgen: make sure to enable the AXI bus clock

 .../devicetree/bindings/clock/adi,axi-clkgen.yaml  | 21 ++++++++++---
 drivers/clk/clk-axi-clkgen.c                       | 35 +++++++++++++++++++++-
 2 files changed, 51 insertions(+), 5 deletions(-)
---
base-commit: 94be1620fb60ea542170779915917443cda9bba7
change-id: 20241021-axi-clkgen-fix-axiclk-d1d80bcb9ee1
--

Thanks!
- Nuno Sá


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

end of thread, other threads:[~2024-10-31 13:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-23 14:56 [PATCH 0/2] clk: clk-axi-clkgen: make sure to enable the AXI bus clock Nuno Sa
2024-10-23 14:56 ` [PATCH 1/2] dt-bindings: clock: axi-clkgen: include AXI clk Nuno Sa
2024-10-23 16:30   ` Conor Dooley
2024-10-24 12:35     ` Nuno Sá
2024-10-24 16:13       ` Conor Dooley
2024-10-25  6:56         ` Nuno Sá
2024-10-25 16:47           ` Conor Dooley
2024-10-28 14:01             ` Nuno Sá
2024-10-31 13:02               ` Conor Dooley
2024-10-23 14:56 ` [PATCH 2/2] clk: clk-axi-clkgen: make sure to enable the AXI bus clock Nuno Sa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox