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

Commit d6e15fc6 authored by Satya Rama Aditya Pinapala's avatar Satya Rama Aditya Pinapala
Browse files

ARM: dts: msm: add x-flip and y-flip properties for ST touch driver node

The touch panel on Lahaina CDP V2.2 is inverted. This change adds
st,x-flip and st,y-flip properties to support the inverted touch
panel.

Change-Id: I63e508071720d738fcc10a6ae1eb34c31afdc19a
parent 59162491
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
#include "lahaina-cdp.dtsi"

&qupv3_se4_i2c {
	 st_fts@49 {
		st,x-flip = <1>;
		st,y-flip = <1>;
	 };
};