blob: 86f5323779e75250bcdc44d6ef160de31c540904 [file] [log] [blame]
Soumya Managoli91ec9502018-01-18 16:53:47 +05301/*
2 * Copyright (c) 2015-2016, 2018, The Linux Foundation. All rights reserved.
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 and
6 * only version 2 as published by the Free Software Foundation.
7 *
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
12 */
13
14&slim_msm {
15 tasha_codec {
16 swr_master {
17 compatible = "qcom,swr-wcd";
Soumya Managolia88ad0b2018-02-17 11:31:19 +053018 qcom,swr-num-dev = <2>;
Soumya Managoli91ec9502018-01-18 16:53:47 +053019 #address-cells = <2>;
20 #size-cells = <0>;
21
22 wsa881x_211: wsa881x@20170211 {
23 compatible = "qcom,wsa881x";
24 reg = <0x00 0x20170211>;
25 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
26 };
27
28 wsa881x_212: wsa881x@20170212 {
29 compatible = "qcom,wsa881x";
30 reg = <0x00 0x20170212>;
31 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
32 };
33
34 wsa881x_213: wsa881x@21170213 {
35 compatible = "qcom,wsa881x";
36 reg = <0x00 0x21170213>;
37 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
38 };
39
40 wsa881x_214: wsa881x@21170214 {
41 compatible = "qcom,wsa881x";
42 reg = <0x00 0x21170214>;
43 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
44 };
45 };
46 };
47};