Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 043ef148 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Kukjin Kim
Browse files

ARM: dts: Add max77693 charger node for exynos4412-trats2



Add to Trats2 DTS new node for configuring the max77693 charger driver.
Only the maxim,constant-microvolt differs from default value but set all
of the optional properties anyway.

Signed-off-by: default avatarKrzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene@kernel.org>
parent faf9a3ea
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -548,6 +548,16 @@
				haptic-supply = <&ldo26_reg>;
				haptic-supply = <&ldo26_reg>;
				pwms = <&pwm 0 38022 0>;
				pwms = <&pwm 0 38022 0>;
			};
			};

			charger {
				compatible = "maxim,max77693-charger";

				maxim,constant-microvolt = <4350000>;
				maxim,min-system-microvolt = <3600000>;
				maxim,thermal-regulation-celsius = <100>;
				maxim,battery-overcurrent-microamp = <3500000>;
				maxim,charge-input-threshold-microvolt = <4300000>;
			};
		};
		};
	};
	};