blob: 671b736c86dc1d43adf9bc3dc53b7f3b1a852456 [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";
18 #address-cells = <2>;
19 #size-cells = <0>;
20
21 wsa881x_211: wsa881x@20170211 {
22 compatible = "qcom,wsa881x";
23 reg = <0x00 0x20170211>;
24 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
25 };
26
27 wsa881x_212: wsa881x@20170212 {
28 compatible = "qcom,wsa881x";
29 reg = <0x00 0x20170212>;
30 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
31 };
32
33 wsa881x_213: wsa881x@21170213 {
34 compatible = "qcom,wsa881x";
35 reg = <0x00 0x21170213>;
36 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
37 };
38
39 wsa881x_214: wsa881x@21170214 {
40 compatible = "qcom,wsa881x";
41 reg = <0x00 0x21170214>;
42 qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
43 };
44 };
45 };
46};