32 lines
936 B
Diff
32 lines
936 B
Diff
From c72c6e48a7e6725a746f25b02cbdf9effbca68dc Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
|
Date: Sun, 23 Feb 2020 13:21:58 +0100
|
|
Subject: [PATCH 012/389] ARM: dts: sun8i-a83t-tbs-a711: Enable charging LED
|
|
|
|
The tablet has a LED connected to the PMIC. The LED is visible in the
|
|
top right corner of the tablet. Enable it.
|
|
|
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
|
---
|
|
arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
index a7d4ca308990..484d08ae17ec 100644
|
|
--- a/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
+++ b/arch/arm/boot/dts/sun8i-a83t-tbs-a711.dts
|
|
@@ -300,6 +300,10 @@ &battery_power_supply {
|
|
status = "okay";
|
|
};
|
|
|
|
+&charger_led {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
®_aldo1 {
|
|
regulator-min-microvolt = <1800000>;
|
|
regulator-max-microvolt = <1800000>;
|
|
--
|
|
2.35.3
|
|
|