This series adds devicetree support for the Wolfson WM8961 codec. The first patch adds a schema, and the second patch hooks it up in the code. Doug Brown (2): ASoC: dt-bindings: add schema for WM8961 ASoC: wm8961: add support for devicetree .../devicetree/bindings/sound/wlf,wm8961.yaml | 40 +++++++++++++++++++ sound/soc/codecs/Kconfig | 2 +- sound/soc/codecs/wm8961.c | 6 +++ 3 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/sound/wlf,wm8961.yaml -- 2.34.1