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

Commit 93ed075d authored by Chun Zhang's avatar Chun Zhang
Browse files

ARM: dts: apq: Enable touch screen shutdown



Per power grid, L18 and LVS1 should be turned off during sleep.
Touch screen needs to turn off those regulators to achieve this.

Change-Id: I1123437a8011d9a1657630d180fad878117a11d7
Signed-off-by: default avatarChun Zhang <chunz@codeaurora.org>
parent 7078f1ca
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -397,5 +397,7 @@
		synaptics,reset-gpio = <&msmgpio 145 0x00>;
		synaptics,irq-gpio = <&msmgpio 143 0x2008>;
		synaptics,i2c-pull-up;
		synaptics,disable-gpios;
		synaptics,power-down;
	};
};
+2 −0
Original line number Diff line number Diff line
@@ -260,5 +260,7 @@
		synaptics,reset-gpio = <&msmgpio 145 0x00>;
		synaptics,irq-gpio = <&msmgpio 143 0x2008>;
		synaptics,i2c-pull-up;
		synaptics,disable-gpios;
		synaptics,power-down;
	};
};