| /* Copyright (c) 2013, 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. |
| */ |
| |
| /include/ "msm8610-qrd.dtsi" |
| |
| &soc { |
| sound { |
| qcom,model = "msm8x10-skuaa-snd-card"; |
| |
| qcom,audio-routing = |
| "RX_BIAS", "MCLK", |
| "INT_LDO_H", "MCLK", |
| "Lineout amp", "LINEOUT", |
| "MIC BIAS Internal1", "Handset Mic", |
| "MIC BIAS Internal2", "Headset Mic", |
| "AMIC1", "MIC BIAS Internal1", |
| "AMIC2", "MIC BIAS Internal2"; |
| |
| qcom,ext-spk-amp-gpio = <&msmgpio 92 0x0>; |
| }; |
| |
| qcom,dsi_v2_hx8379a_wvga_video { |
| qcom,cont-splash-enabled; |
| }; |
| }; |
| |
| / { |
| qrd_batterydata: qcom,battery-data { |
| qcom,rpull-up-kohm = <100>; |
| qcom,vref-batt-therm = <1800000>; |
| |
| /include/ "batterydata-qrd-4v2-1300mah.dtsi" |
| }; |
| }; |
| |
| &pm8110_bms { |
| status = "ok"; |
| qcom,battery-data = <&qrd_batterydata>; |
| }; |
| |
| &pm8110_chg { |
| qcom,battery-data = <&qrd_batterydata>; |
| }; |
| |
| &pm8110_vadc { |
| chan@30 { |
| label = "batt_therm"; |
| qcom,scale-function = <7>; |
| }; |
| }; |