muic node is only used for extcon consumers.
charger node is used to specify muic and regulator.

Signed-off-by: Timon Baetz <timon.ba...@protonmail.com>
---
 arch/arm/boot/dts/exynos4210-i9100.dts | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/arch/arm/boot/dts/exynos4210-i9100.dts 
b/arch/arm/boot/dts/exynos4210-i9100.dts
index 56ae534402bb..586d801af0b5 100644
--- a/arch/arm/boot/dts/exynos4210-i9100.dts
+++ b/arch/arm/boot/dts/exynos4210-i9100.dts
@@ -583,6 +583,16 @@ EN32KHZ_CP {
                                regulator-always-on;
                        };
                };
+
+               muic: max8997-muic {
+                       compatible = "maxim,max8997-muic";
+               };
+
+               charger {
+                       compatible = "maxim,max8997-battery";
+                       charger-supply = <&charger_reg>;
+                       extcon = <&muic>;
+               };
        };
 };
 
-- 
2.25.1


Reply via email to