mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
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
9 lines
106 B
Plaintext
9 lines
106 B
Plaintext
#include "lahaina-cdp.dtsi"
|
|
|
|
&qupv3_se4_i2c {
|
|
st_fts@49 {
|
|
st,x-flip = <1>;
|
|
st,y-flip = <1>;
|
|
};
|
|
};
|