blob: b34e3d8db2ab72807f78c7fcb050f2a2b2df4898 [file] [log] [blame]
Vaishnavi Kommarajufbc04ba2018-03-16 18:54:00 +05301/*
2 * Copyright (c) 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&int_codec {
15 status = "disabled";
16};
17
18&pmic_analog_codec {
19 status = "disabled";
20};
21
22&wsa881x_i2c_f {
23 status = "disabled";
24};
25
26&wsa881x_i2c_45 {
27 status = "disabled";
28};
29
30&cdc_pri_mi2s_gpios {
31 status = "disabled";
32};
33
34&wsa881x_analog_vi_gpio {
35 status = "disabled";
36};
37
38&wsa881x_analog_clk_gpio {
39 status = "disabled";
40};
41
42&wsa881x_analog_reset_gpio {
43 status = "disabled";
44};
45
46&cdc_comp_gpios {
47 status = "disabled";
48};
49
50&slim_msm {
51 status = "okay";
52};
53
54&dai_slim {
55 status = "okay";
56};
57
58&wcd9xxx_intc {
59 status = "okay";
60};
61
62&clock_audio {
63 status = "okay";
64};
65
66&wcd9335 {
67 status = "okay";
68
69 dc-vdd-buck-supply = <&dbu3>;
70 qcom,cdc-vdd-buck-voltage = <1800000 1800000>;
71 qcom,cdc-vdd-buck-current = <650000>;
72
73 cdc-buck-sido-supply = <&dbu3>;
74 qcom,cdc-buck-sido-voltage = <1800000 1800000>;
75 qcom,cdc-buck-sido-current = <150000>;
76
77 cdc-vdd-tx-h-supply = <&dbu3>;
78 qcom,cdc-vdd-tx-h-voltage = <1800000 1800000>;
79 qcom,cdc-vdd-tx-h-current = <25000>;
80
81 cdc-vdd-rx-h-supply = <&dbu3>;
82 qcom,cdc-vdd-rx-h-voltage = <1800000 1800000>;
83 qcom,cdc-vdd-rx-h-current = <25000>;
84
85 cdc-vdd-px-supply = <&dbu3>;
86 qcom,cdc-vdd-px-voltage = <1800000 1800000>;
87 qcom,cdc-vdd-px-current = <10000>;
88};
89
90&cdc_us_euro_sw {
91 status = "okay";
92};
93
94&cdc_quin_mi2s_gpios {
95 status = "okay";
96};
97
98&wcd_rst_gpio {
99 status = "okay";
100};
101
102&ext_codec {
103 qcom,model = "msm8953-tasha-snd-card";
104 status = "okay";
105};