From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758615AbbIVRjt (ORCPT ); Tue, 22 Sep 2015 13:39:49 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:54973 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753072AbbIVRjs (ORCPT ); Tue, 22 Sep 2015 13:39:48 -0400 From: Stephen Boyd To: Andy Gross Cc: linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tim Bird Subject: [PATCH] arm: dts: qcom: Add size element to coincell reg property Date: Tue, 22 Sep 2015 10:39:45 -0700 Message-Id: <1442943585-32525-1-git-send-email-sboyd@codeaurora.org> X-Mailer: git-send-email 2.6.0.rc2.11.g3da0120 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This node is missing a size element that we typically have for all other PMIC dts nodes. Add it. Cc: Tim Bird Signed-off-by: Stephen Boyd --- arch/arm/boot/dts/qcom-pm8941.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/qcom-pm8941.dtsi b/arch/arm/boot/dts/qcom-pm8941.dtsi index 5df51a586571..d456e2fc55c9 100644 --- a/arch/arm/boot/dts/qcom-pm8941.dtsi +++ b/arch/arm/boot/dts/qcom-pm8941.dtsi @@ -127,7 +127,7 @@ coincell@2800 { compatible = "qcom,pm8941-coincell"; - reg = <0x2800>; + reg = <0x2800 0x100>; status = "disabled"; }; }; -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, a Linux Foundation Collaborative Project