Merge tag 'v5.15.57' into rpi-5.15.y
[platform/kernel/linux-rpi.git] / arch / arm / boot / dts / overlays / vc4-kms-dpi-hyperpixel4sq-overlay.dts
1 /*
2  * vc4-kms-dpi-hyperpixel4-overlay.dts
3  */
4
5 /dts-v1/;
6 /plugin/;
7
8 #include "vc4-kms-dpi-hyperpixel.dtsi"
9
10 &panel {
11         compatible = "pimoroni,hyperpixel4square";
12 };
13
14 / {
15         fragment@11 {
16                 target = <&i2c_gpio>;
17                 __overlay__ {
18                         polytouch: edt-ft5x06@48 {
19                                 #address-cells = <1>;
20                                 #size-cells = <0>;
21                                 compatible = "edt,edt-ft5406";
22                                 reg = <0x48>;
23                                 interrupt-parent = <&gpio>;
24                                 interrupts = <27 0x02>;
25                                 touchscreen-size-x = <720>;
26                                 touchscreen-size-y = <720>;
27                         };
28                 };
29         };
30         __overrides__ {
31                 disable-touch = <0>,"-3-11";
32                 touchscreen-inverted-x = <&polytouch>,"touchscreen-inverted-x?";
33                 touchscreen-inverted-y = <&polytouch>,"touchscreen-inverted-y!";
34                 touchscreen-swapped-x-y = <&polytouch>,"touchscreen-swapped-x-y!";
35         };
36 };