mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-08-24 03:14:06 +02:00
29 lines
920 B
Diff
29 lines
920 B
Diff
From f495e5bfb6f5967b34cf61a8e9a0dfb91c0c726d 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: 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 3885a1fd3916..f3b1c0e5493f 100644
|
|
--- a/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
+++ b/arch/arm64/boot/dts/allwinner/sun50i-a64-pinephone.dtsi
|
|
@@ -491,6 +491,7 @@ touchscreen@5d {
|
|
VDDIO-supply = <®_ldo_io0>;
|
|
touchscreen-size-x = <720>;
|
|
touchscreen-size-y = <1440>;
|
|
+ poweroff-in-suspend;
|
|
};
|
|
};
|
|
|
|
--
|
|
2.35.3
|
|
|