On Thu, Dec 09, 2021 at 06:30:09PM +0100, Thierry Reding wrote:
From: Thierry Reding <redacted>
Some users of the STMPE MFD bindings use unsupported properties such as
"id", "blocks" and "irq-trigger". These look like they may have been
under discussion at some point but never made it into the bindings that
were accepted upstream.
Remove these unknown properties from the device trees to avoid errors
during validation against the DT schema.
Signed-off-by: Thierry Reding <redacted>
---
...
arch/arm/boot/dts/imx53-m53.dtsi | 3 ---
arch/arm/boot/dts/imx6q-novena.dts | 3 ---
arch/arm/boot/dts/imx6qdl-apalis.dtsi | 3 ---
arch/arm/boot/dts/imx6qdl-colibri.dtsi | 3 ---
Acked-by: Shawn Guo <shawnguo@kernel.org>