diff mbox series

[3/8] arm64: dts: qcom: pmi8996: Add SMBCHG

Message ID 20220808073459.396278-4-y.oudjana@protonmail.com
State New
Headers show
Series power: supply: Add driver for Qualcomm SMBCHG | expand

Commit Message

Yassine Oudjana Aug. 8, 2022, 7:34 a.m. UTC
From: Yassine Oudjana <y.oudjana@protonmail.com>

The SMBCHG block on PMI8996 is slightly different from the one
on PMI8994, making a different compatible string required.
Change the label and compatible of pmi8994_smbchg to match PMI8996.

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
---
 arch/arm64/boot/dts/qcom/pmi8996.dtsi | 4 ++++
 1 file changed, 4 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/pmi8996.dtsi b/arch/arm64/boot/dts/qcom/pmi8996.dtsi
index 31b47209e261..ea8d86d12bb8 100644
--- a/arch/arm64/boot/dts/qcom/pmi8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/pmi8996.dtsi
@@ -13,3 +13,7 @@ 
 / {
 	qcom,pmic-id = <0x20009 0x10013 0 0>;
 };
+
+pmi8996_smbchg: &pmi8994_smbchg {
+	compatible = "qcom,pmi8996-smbchg";
+};