devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] ARM: omap: omap4-embt2ws: 32K clock for WLAN
@ 2023-08-19 13:41 Andreas Kemnade
  2023-08-19 13:41 ` [PATCH 1/3] dt-bindings: clock: add TWL6032 32K clocks Andreas Kemnade
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: Andreas Kemnade @ 2023-08-19 13:41 UTC (permalink / raw)
  To: mturquette, sboyd, robh+dt, krzysztof.kozlowski+dt, conor+dt,
	bcousson, tony, andreas, linux-clk, devicetree, linux-kernel,
	linux-omap

To have WLAN working properly, enable a 32K clock of the TWL6032.
In earlier tests, it was still enabled from a previous boot into
the vendor system.

Andreas Kemnade (3):
  dt-bindings: clock: add TWL6032 32K clocks
  clk: twl: add clock driver for TWL6032
  ARM: dts: omap4-embt2ws: enable 32K clock on WLAN

 .../bindings/clock/ti,twl6032-clk.yaml        |  38 ++++
 .../boot/dts/ti/omap/omap4-epson-embt2ws.dts  |  12 +
 drivers/clk/Kconfig                           |   9 +
 drivers/clk/Makefile                          |   1 +
 drivers/clk/clk-twl.c                         | 205 ++++++++++++++++++
 5 files changed, 265 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/clock/ti,twl6032-clk.yaml
 create mode 100644 drivers/clk/clk-twl.c

-- 
2.39.2


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

end of thread, other threads:[~2023-08-28 17:05 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-19 13:41 [PATCH 0/3] ARM: omap: omap4-embt2ws: 32K clock for WLAN Andreas Kemnade
2023-08-19 13:41 ` [PATCH 1/3] dt-bindings: clock: add TWL6032 32K clocks Andreas Kemnade
2023-08-21 20:57   ` Rob Herring
2023-08-23 15:38     ` Andreas Kemnade
2023-08-24  7:09       ` Krzysztof Kozlowski
2023-08-19 13:41 ` [PATCH 2/3] clk: twl: add clock driver for TWL6032 Andreas Kemnade
2023-08-22 22:34   ` Stephen Boyd
2023-08-23 14:51     ` Andreas Kemnade
2023-08-24  7:04       ` Krzysztof Kozlowski
2023-08-28 16:24         ` Andreas Kemnade
2023-08-28 17:04           ` Krzysztof Kozlowski
2023-08-19 13:41 ` [PATCH 3/3] ARM: dts: omap4-embt2ws: enable 32K clock on WLAN Andreas Kemnade

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).