Message ID | 20190918104634.15216-7-s.nawrocki@samsung.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [v1,1/9] ASoC: wm8994: Do not register inapplicable controls for WM1811 | expand |
On Wed, Sep 18, 2019 at 12:46:31PM +0200, Sylwester Nawrocki wrote: > Add compatible string for boards with WM1811 CODEC to the list. > > Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> > --- > Documentation/devicetree/bindings/sound/arndale.txt | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Acked-by: Krzysztof Kozlowski <krzk@kernel.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/sound/arndale.txt b/Documentation/devicetree/bindings/sound/arndale.txt index 0e76946385ae..17530120ccfc 100644 --- a/Documentation/devicetree/bindings/sound/arndale.txt +++ b/Documentation/devicetree/bindings/sound/arndale.txt @@ -1,8 +1,9 @@ Audio Binding for Arndale boards Required properties: -- compatible : Can be the following, - "samsung,arndale-rt5631" +- compatible : Can be one of the following: + "samsung,arndale-rt5631", + "samsung,arndale-wm1811" - samsung,audio-cpu: The phandle of the Samsung I2S controller - samsung,audio-codec: The phandle of the audio codec
Add compatible string for boards with WM1811 CODEC to the list. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> --- Documentation/devicetree/bindings/sound/arndale.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)