[PATCH] arm: dts: qcom: Add size element to coincell reg property

From: Stephen Boyd
Date: Tue Sep 22 2015 - 13:39:52 EST


This node is missing a size element that we typically have for
all other PMIC dts nodes. Add it.

Cc: Tim Bird <tim.bird@xxxxxxxxxxxxxx>
Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/