71 lines
1.4 KiB
Plaintext
71 lines
1.4 KiB
Plaintext
|
/*
|
||
|
* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
|
||
|
*
|
||
|
* This program is free software; you can redistribute it and/or modify
|
||
|
* it under the terms of the GNU General Public License version 2 and
|
||
|
* only version 2 as published by the Free Software Foundation.
|
||
|
*
|
||
|
* This program is distributed in the hope that it will be useful,
|
||
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||
|
* GNU General Public License for more details.
|
||
|
*/
|
||
|
|
||
|
/dts-v1/;
|
||
|
|
||
|
#include "msm8937.dtsi"
|
||
|
#include "msm8937-pmi8950-cdp.dtsi"
|
||
|
|
||
|
/ {
|
||
|
model = "Qualcomm Technologies, Inc. MSM8937 External Audio Codec CDP";
|
||
|
compatible = "qcom,msm8937-cdp", "qcom,msm8937", "qcom,cdp";
|
||
|
qcom,board-id= <1 1>;
|
||
|
qcom,pmic-id = <0x10019 0x010011 0x0 0x0>;
|
||
|
};
|
||
|
|
||
|
&pm8937_gpios {
|
||
|
gpio@c000 {
|
||
|
status = "ok";
|
||
|
qcom,mode = <1>;
|
||
|
qcom,pull = <5>;
|
||
|
qcom,vin-sel = <0>;
|
||
|
qcom,src-sel = <2>;
|
||
|
qcom,master-en = <1>;
|
||
|
qcom,out-strength = <2>;
|
||
|
};
|
||
|
|
||
|
gpio@c600 {
|
||
|
status = "ok";
|
||
|
qcom,mode = <1>;
|
||
|
qcom,pull = <5>;
|
||
|
qcom,vin-sel = <0>;
|
||
|
qcom,src-sel = <0>;
|
||
|
qcom,master-en = <1>;
|
||
|
qcom,out-strength = <2>;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
&slim_msm {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&dai_slim {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&wcd9xxx_intc {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&clock_audio {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&wcd9335 {
|
||
|
status = "okay";
|
||
|
};
|
||
|
|
||
|
&ext_codec {
|
||
|
status = "okay";
|
||
|
};
|