blob: 61a41878c3aecbd097754875c1bf1d8a63f61862 [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 {
jialongjhan7dfbf872020-04-21 20:24:23 +080023 status = "disabled";
Soumya Managoli91ec9502018-01-18 16:53:47 +053024 compatible = "qcom,wsa881x";
25 reg = <0x00 0x20170211>;
jialongjhan7dfbf872020-04-21 20:24:23 +080026 //qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
Soumya Managoli91ec9502018-01-18 16:53:47 +053027 };
28
29 wsa881x_212: wsa881x@20170212 {
jialongjhan7dfbf872020-04-21 20:24:23 +080030 status = "disabled";
Soumya Managoli91ec9502018-01-18 16:53:47 +053031 compatible = "qcom,wsa881x";
32 reg = <0x00 0x20170212>;
jialongjhan7dfbf872020-04-21 20:24:23 +080033 //qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
Soumya Managoli91ec9502018-01-18 16:53:47 +053034 };
35
36 wsa881x_213: wsa881x@21170213 {
jialongjhan7dfbf872020-04-21 20:24:23 +080037 status = "disabled";
Soumya Managoli91ec9502018-01-18 16:53:47 +053038 compatible = "qcom,wsa881x";
39 reg = <0x00 0x21170213>;
jialongjhan7dfbf872020-04-21 20:24:23 +080040 //qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
Soumya Managoli91ec9502018-01-18 16:53:47 +053041 };
42
43 wsa881x_214: wsa881x@21170214 {
jialongjhan7dfbf872020-04-21 20:24:23 +080044 status = "disabled";
Soumya Managoli91ec9502018-01-18 16:53:47 +053045 compatible = "qcom,wsa881x";
46 reg = <0x00 0x21170214>;
jialongjhan7dfbf872020-04-21 20:24:23 +080047 //qcom,spkr-sd-n-gpio = <&tlmm 96 0>;
Soumya Managoli91ec9502018-01-18 16:53:47 +053048 };
49 };
50 };
51};