Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752908AbbGMXkD (ORCPT ); Mon, 13 Jul 2015 19:40:03 -0400 Received: from seldrel01.sonyericsson.com ([37.139.156.2]:1102 "EHLO seldrel01.sonyericsson.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752807AbbGMXkA (ORCPT ); Mon, 13 Jul 2015 19:40:00 -0400 From: Tim Bird To: , , , CC: , , , , , , Tim Bird Subject: [PATCH 3/3] ARM: dts: qcom: Add dts changes for qcom coincell charger Date: Mon, 13 Jul 2015 16:39:32 -0700 Message-ID: <1436830772-32632-3-git-send-email-tim.bird@sonymobile.com> X-Mailer: git-send-email 1.8.2.2 In-Reply-To: <1436830772-32632-1-git-send-email-tim.bird@sonymobile.com> References: <1436830772-32632-1-git-send-email-tim.bird@sonymobile.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1578 Lines: 53 Add framework for the coincell charger DT block in pm8941 file, and actual values for honami battery in the honami dts file. Signed-off-by: Tim Bird --- arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 11 +++++++++++ arch/arm/boot/dts/qcom-pm8941.dtsi | 6 ++++++ 2 files changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts index bd35b06..a7440fd 100644 --- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts @@ -17,3 +17,14 @@ status = "ok"; }; }; + +&spmi_bus { + pm8941@0 { + qcom,coincell@2800 { + status = "ok"; + qcom,rset-ohms = <2100>; + qcom,vset-millivolts = <3000>; + qcom,charge-enable; + }; + }; +}; diff --git a/arch/arm/boot/dts/qcom-pm8941.dtsi b/arch/arm/boot/dts/qcom-pm8941.dtsi index aa774e6..a7d9c4b 100644 --- a/arch/arm/boot/dts/qcom-pm8941.dtsi +++ b/arch/arm/boot/dts/qcom-pm8941.dtsi @@ -125,6 +125,12 @@ interrupts = <0x0 0x36 0x0 IRQ_TYPE_EDGE_RISING>; qcom,external-resistor-micro-ohms = <10000>; }; + + qcom,coincell@2800 { + compatible = "qcom,pm8941-coincell"; + reg = <0x2800>; + status = "disabled"; + }; }; usid1: pm8941@1 { -- 1.8.2.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/