29 lines
936 B
Diff
29 lines
936 B
Diff
|
From a9d7959cb4b5781a955dbf1f8fb20697d3d8abfc Mon Sep 17 00:00:00 2001
|
||
|
From: =?UTF-8?q?Ond=C5=99ej=20Jirman?= <megi@xff.cz>
|
||
|
Date: Sun, 25 Apr 2021 03:17:39 +0200
|
||
|
Subject: [PATCH 101/389] arm64: dts: sun50i-a64-pinephone: Power off the touch
|
||
|
controller in sleep
|
||
|
|
||
|
Otherwise it stays on and consumes quite a bit of power.
|
||
|
|
||
|
Signed-off-by: Ondrej Jirman <megi@xff.cz>
|
||
|
---
|
||
|
arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
||
|
index 0fe215ae2211..8083a9f0ede6 100644
|
||
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
||
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
||
|
@@ -484,6 +484,7 @@ touchscreen@5d {
|
||
|
VDDIO-supply = <®_ldo_io0>;
|
||
|
touchscreen-size-x = <720>;
|
||
|
touchscreen-size-y = <1440>;
|
||
|
+ poweroff-in-suspend;
|
||
|
};
|
||
|
};
|
||
|
|
||
|
--
|
||
|
2.35.3
|
||
|
|