Re: [PATCH v2 2/2] ARM: dts: ti: omap: Disable keypad and enable it on the boards that use it
Andreas Kemnade <[email protected]> Wed, 12 Aug 2026 08:09:28 +0200
| Newsgroups | org.kernel.vger.linux-input,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-omap |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 19 Jul 2026 13:37:30 +0000 Eduard Bostina <[email protected]> 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 <[email protected]> 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 <[email protected]>