ARM: dts: stm32: Fix touchscreen node on dhcom-pdk2
authorMarek Vasut <marex@denx.de>
Mon, 26 Apr 2021 15:00:13 +0000 (17:00 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:13 +0000 (14:36 +0200)
[ Upstream commit 4b5fadef3fc2ab8863ffdf31eed6a745b1bf6e61 ]

Fix make dtbs_check warning:
arch/arm/boot/dts/stm32mp157c-dhcom-pdk2.dt.yaml:0:0: /soc/i2c@40015000/polytouch@38: failed to match any schema with compatible: ['edt,edt-ft5x06']

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@st.com>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
Cc: linux-stm32@st-md-mailman.stormreply.com
To: linux-arm-kernel@lists.infradead.org
Signed-off-by: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi

index 180a0187a956c7608a4aef59942576bff42d4273..a2d903c0d57fca27fb018a2b2afe7ccb05b5f71c 100644 (file)
 
        };
 
-       polytouch@38 {
-               compatible = "edt,edt-ft5x06";
+       touchscreen@38 {
+               compatible = "edt,edt-ft5406";
                reg = <0x38>;
                interrupt-parent = <&gpiog>;
                interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* GPIO E */