blob: 86f1210bf26da34a0b7386689b0f793da262e1ce [file] [log] [blame]
Xiaocheng Li8580d8f2013-08-23 12:55:21 +08001/* Copyright (c) 2013, 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
13/include/ "msm8610-qrd.dtsi"
14
15&soc {
16 sound {
17 qcom,model = "msm8x10-skuaa-snd-card";
18
19 qcom,audio-routing =
20 "RX_BIAS", "MCLK",
21 "INT_LDO_H", "MCLK",
22 "Lineout amp", "LINEOUT",
23 "MIC BIAS Internal1", "Handset Mic",
24 "MIC BIAS Internal2", "Headset Mic",
25 "AMIC1", "MIC BIAS Internal1",
26 "AMIC2", "MIC BIAS Internal2";
27
28 qcom,ext-spk-amp-gpio = <&msmgpio 92 0x0>;
29 };
30
Xiaogang Cuic3065b42013-09-03 15:33:07 +080031 usb@f9a55000 {
32 qcom,hsusb-otg-phy-init-seq =
33 <0x44 0x80 0x6a 0x81 0x34 0x82 0x13 0x83 0xffffffff>;
34 };
Xiaocheng Li8580d8f2013-08-23 12:55:21 +080035};
36
37/ {
38 qrd_batterydata: qcom,battery-data {
39 qcom,rpull-up-kohm = <100>;
40 qcom,vref-batt-therm = <1800000>;
41
42 /include/ "batterydata-qrd-4v2-1300mah.dtsi"
43 };
44};
45
46&pm8110_bms {
47 status = "ok";
48 qcom,battery-data = <&qrd_batterydata>;
49};
50
51&pm8110_chg {
52 qcom,battery-data = <&qrd_batterydata>;
53};
54
55&pm8110_vadc {
56 chan@30 {
57 label = "batt_therm";
58 qcom,scale-function = <7>;
59 };
60};
Dhaval Patel0f595bd2013-08-30 17:05:53 -070061
62&mdss_mdp {
63 qcom,mdss-pref-prim-intf = "dsi";
64};
65
66&mdss_dsi0 {
67 qcom,dsi-pref-prim-pan = <&dsi_hx8379a_wvga_vid>;
68};
69
70&dsi_hx8379a_wvga_vid {
71 qcom,cont-splash-enabled;
72};