Re: [PATCH v2 2/2] ARM: dts: ti: omap: Disable keypad and enable it on the boards that use it
From: Andreas Kemnade
Date: Wed Aug 12 2026 - 02:14:55 EST
On Sun, 19 Jul 2026 13:37:30 +0000
Eduard Bostina <egbostina@xxxxxxxxx> wrote:
> The keypad node in omap4-l4.dtsi and omap5-l4.dtsi lacks the matrix keymap,
> which is board specific. The binding requires the matrix properties, so the
> incomplete template nodes fail dtbs_check.
>
> Mark the keypad disabled in the SoC files and enable it on the boards
> that actually complete the node with a keymap.
>
> Signed-off-by: Eduard Bostina <egbostina@xxxxxxxxx>
the ti-sysc stuff will properly disable these things. While a bit anti-pattern
in the OMAP world, it is a more common pattern overall and for the sake
of correct bindings, it is fine. So
Reviewed-by: Andreas Kemnade <andreas@xxxxxxxxxxxx>