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