mbox series

[0/2] mfd: twl: Add clock for TWL6030

Message ID 20240924103609.12513-1-andreas@kemnade.info (mailing list archive)
Headers show
Series mfd: twl: Add clock for TWL6030 | expand

Message

Andreas Kemnade Sept. 24, 2024, 10:36 a.m. UTC
Previously the clock support for only implemented for TWL6032 so add
it also for the TWL6030. There are devices out there where especially
WLAN only works if these clocks are enabled by some patched U-Boot.
This allows to explicitely specify the clock requirements.

Andreas Kemnade (2):
  mfd: twl-core: Add a clock subdevice for the TWL6030
  clk: twl: add TWL6030 support

 drivers/clk/clk-twl.c  | 97 +++++++++++++++++++++++++++++++++++++++++-
 drivers/mfd/twl-core.c | 32 +++++++++-----
 2 files changed, 117 insertions(+), 12 deletions(-)