blob: 948da3bb6888c5e367fa1eaf99ede910cb956bf9 [file] [log] [blame]
Banajit Goswamib45bc032017-02-15 21:38:26 -08001/* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
2 *
3 * This program is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License version 2 and
5 * only version 2 as published by the Free Software Foundation.
6 *
7 * This program is distributed in the hope that it will be useful,
8 * but WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10 * GNU General Public License for more details.
11 */
12
13&slim_aud {
14 tavil_codec {
15 swr_master {
16 compatible = "qcom,swr-wcd";
17 #address-cells = <2>;
18 #size-cells = <0>;
19
20 wsa881x_0211: wsa881x@20170211 {
21 compatible = "qcom,wsa881x";
22 reg = <0x00 0x20170211>;
23 qcom,spkr-sd-n-node = <&wsa_spkr_wcd_sd1>;
24 };
25
26 wsa881x_0212: wsa881x@20170212 {
27 compatible = "qcom,wsa881x";
28 reg = <0x00 0x20170212>;
29 qcom,spkr-sd-n-node = <&wsa_spkr_wcd_sd2>;
30 };
31
32 wsa881x_0213: wsa881x@21170213 {
33 compatible = "qcom,wsa881x";
34 reg = <0x00 0x21170213>;
35 qcom,spkr-sd-n-node = <&wsa_spkr_wcd_sd1>;
36 };
37
38 wsa881x_0214: wsa881x@21170214 {
39 compatible = "qcom,wsa881x";
40 reg = <0x00 0x21170214>;
41 qcom,spkr-sd-n-node = <&wsa_spkr_wcd_sd2>;
42 };
43 };
44 };
45};