mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 19:47:08 +02:00
arm64: dts: imx8mm-kontron: Add Sitronix touch controller in DL devicetree
Some new panels have the Sitronix touch instead of Goodix. Support them by adding a node for the new controller. The bootloader needs to detect the correct controller and enable/disable the nodes accordingly. To make this easier add labels for both nodes. Signed-off-by: Oualid Derouiche <oualid.derouiche@kontron.de> Signed-off-by: Frieder Schrempf <frieder.schrempf@kontron.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
371a63c192
commit
ebd53ca845
|
|
@ -107,7 +107,7 @@ &i2c2 {
|
|||
#size-cells = <0>;
|
||||
status = "okay";
|
||||
|
||||
touchscreen@5d {
|
||||
gt911: touchscreen@5d {
|
||||
compatible = "goodix,gt928";
|
||||
reg = <0x5d>;
|
||||
pinctrl-names = "default";
|
||||
|
|
@ -117,6 +117,17 @@ touchscreen@5d {
|
|||
reset-gpios = <&gpio3 23 0>;
|
||||
irq-gpios = <&gpio3 22 0>;
|
||||
};
|
||||
|
||||
st1633: touchscreen@55 {
|
||||
compatible = "sitronix,st1633";
|
||||
reg = <0x55>;
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pinctrl_touch>;
|
||||
interrupts = <22 8>;
|
||||
interrupt-parent = <&gpio3>;
|
||||
gpios = <&gpio3 22 0>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
&lvds {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user