This node is missing a size element that we typically have for all other PMIC dts nodes. Add it.
Cc: Tim Bird <[email protected]> Signed-off-by: Stephen Boyd <[email protected]> --- 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-arm-msm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
