Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: stm32: add focaltech touchscreen on stm32mp157c-dk2 board

Enable focaltech ft6236 touchscreen on STM32MP157C-DK2 board.

Signed-off-by: Yannick Fertré <yannick.fertre@st.com>
Signed-off-by: Alexandre Torgue <alexandre.torgue@st.com>

authored by

Yannick Fertré and committed by
Alexandre Torgue
7e6c337f f9f5467f

+13
+13
arch/arm/boot/dts/stm32mp157c-dk2.dts
··· 61 61 }; 62 62 }; 63 63 64 + &i2c1 { 65 + touchscreen@38 { 66 + compatible = "focaltech,ft6236"; 67 + reg = <0x38>; 68 + interrupts = <2 2>; 69 + interrupt-parent = <&gpiof>; 70 + interrupt-controller; 71 + touchscreen-size-x = <480>; 72 + touchscreen-size-y = <800>; 73 + status = "okay"; 74 + }; 75 + }; 76 + 64 77 &ltdc { 65 78 status = "okay"; 66 79