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)
committerAlexandre Torgue <alexandre.torgue@foss.st.com>
Thu, 10 Jun 2021 14:03:38 +0000 (16:03 +0200)
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>
arch/arm/boot/dts/stm32mp15xx-dhcom-pdk2.dtsi

index b8c8f0b..c5ea08f 100644 (file)
                reg = <0x38>;
                interrupt-parent = <&gpiog>;
                interrupts = <2 IRQ_TYPE_EDGE_FALLING>; /* GPIO E */
-               linux,wakeup;
        };
 };