blob: 775cf486954b2477e1a139496dd4d1c7d730cd63 [file] [log] [blame]
Rohit Kumarefba4be2017-09-18 08:06:14 +05301/* Copyright (c) 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#include "sdm670-audio-overlay.dtsi"
13
14&pmic_analog_codec {
15 status = "disabled";
16};
17
18&msm_sdw_codec {
19 status = "disabled";
20};
21
22&cdc_pdm_gpios {
23 status = "disabled";
24};
25
26&cdc_comp_gpios {
27 status = "disabled";
28};
29
30&cdc_dmic_gpios {
31 status = "disabled";
32};
33
34&cdc_sdw_gpios {
35 status = "disabled";
36};
37
38&wsa_spkr_en1 {
39 status = "disabled";
40};
41
42&wsa_spkr_en2 {
43 status = "disabled";
44};
45
46&qupv3_se8_spi {
47 status = "okay";
48};
49
50&soc {
51 wcd_buck_vreg_gpio: msm_cdc_pinctrl@94 {
52 status = "okay";
53 compatible = "qcom,msm-cdc-pinctrl";
54 pinctrl-names = "aud_active", "aud_sleep";
55 pinctrl-0 = <&wcd_buck_vsel_default>;
56 pinctrl-1 = <&wcd_buck_vsel_default>;
57 };
58};
59
60&wcd9xxx_intc {
61 status = "okay";
62};
63
64&wdsp_mgr {
65 status = "okay";
66};
67
68&wdsp_glink {
69 status = "okay";
70};
71
72&slim_aud {
73 status = "okay";
74};
75
76&dai_slim {
77 status = "okay";
78};
79
80&wcd934x_cdc {
81 status = "okay";
82 qcom,has-buck-vsel-gpio;
83 qcom,buck-vsel-gpio-node = <&wcd_buck_vreg_gpio>;
84};
85
86&clock_audio_lnbb {
87 status = "okay";
88};
89
90&wcd_rst_gpio {
91 status = "okay";
92};
93
94&wcd9xxx_intc {
95 status = "okay";
96};