ARM: dts: stm32: Drop unused linux,wakeup from touchscreen node on DHCOM SoM
authorMarek Vasut <marex@denx.de>
Thu, 10 Jun 2021 00:25:50 +0000 (02:25 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Jul 2021 12:36:15 +0000 (14:36 +0200)
[ Upstream commit 5247a50c8b53ca214a488da648e1bb35c35c2597 ]

Fix the following dtbs_check warning:
touchscreen@38: 'linux,wakeup' does not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Patrice Chotard <patrice.chotard@foss.st.com>
Cc: Patrick Delaunay <patrick.delaunay@foss.st.com>
Cc: kernel@dh-electronics.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 a2d903c0d57fca27fb018a2b2afe7ccb05b5f71c..59b3239bcd763551e7b76faaceea00d7af6a8722 100644 (file)
                reg = <0x38>;
                interrupt-parent = <&gpiog>;
                interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* GPIO E */
-               linux,wakeup;
        };
 };