32 lines
929 B
Diff
32 lines
929 B
Diff
From 9e087723b66d22567e4e31ed63bf4974b89b5add Mon Sep 17 00:00:00 2001
|
|
From: Ondrej Jirman <megous@megous.com>
|
|
Date: Sun, 23 Feb 2020 13:21:58 +0100
|
|
Subject: [PATCH 112/478] 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 <megous@megous.com>
|
|
---
|
|
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 7fe2a584ddf9..fa4d284811c0 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
|
|
|