dt: Fix touchscreen
For some reason, the ecspi SS1 line appears on the output when selecting GPIO in the pinmux. Also, the x-axis is inverted, and pressure values upon press hover around 250.
This commit is contained in:
parent
7218a9965a
commit
570909e305
@ -128,6 +128,10 @@
|
||||
|
||||
spi-max-frequency = <1000000>;
|
||||
|
||||
touchscreen-min-pressure = <128>;
|
||||
touchscreen-max-pressure = <512>;
|
||||
touchscreen-inverted-x;
|
||||
|
||||
wakeup-source;
|
||||
};
|
||||
};
|
||||
@ -242,7 +246,7 @@
|
||||
MX53_PAD_EIM_D16__ECSPI1_SCLK 0x80000000
|
||||
MX53_PAD_EIM_D17__ECSPI1_MISO 0x80000000
|
||||
MX53_PAD_EIM_D18__ECSPI1_MOSI 0x80000000
|
||||
MX53_PAD_EIM_D19__ECSPI1_SS1 0x80000000
|
||||
MX53_PAD_EIM_D19__GPIO3_19 0x80000000 /* Should normally be MX53_PAD_EIM_D19__ECSPI1_SS1, but for some reason ecspi controls the SS via GPIO. */
|
||||
>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user