Re: [PATCH V2] mfd: qcom-spmi-pmic: Add support for pm6150 and pm6150l

From: kgunda
Date: Tue Nov 12 2019 - 04:03:21 EST


On 2019-11-11 16:58, Lee Jones wrote:
On Tue, 05 Nov 2019, Kiran Gunda wrote:

Add the compatibles and PMIC ids for pm6150 and pm6150l PMICs
found on SC7180 based platforms.

Signed-off-by: Kiran Gunda <kgunda@xxxxxxxxxxxxxx>
---
- Changes from V1:
Sorted the macros and compatibles.

Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt | 2 ++
drivers/mfd/qcom-spmi-pmic.c | 4 ++++
2 files changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
index 1437062..b5fc64e 100644
--- a/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
+++ b/Documentation/devicetree/bindings/mfd/qcom,spmi-pmic.txt
@@ -32,6 +32,8 @@ Required properties:
"qcom,pm8998",
"qcom,pmi8998",
"qcom,pm8005",
+ "qcom,pm6150",
+ "qcom,pm6150l",

Tabbing looks off.
yes. Placed a tab mistakenly. Going to address in next post.