On Wed, 06 Dec 2023 08:23:37 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > i.MX23 has two LCDIF interrupts instead of a single one like other > i.MX devices. > > Take this into account for properly describing the i.MX23 LCDIF > interrupts. > > This fixes the following dt-schema warning: > > imx23-olinuxino.dtb: lcdif@80030000: interrupts: [[46], [45]] is too long > from schema $id: http://devicetree.org/schemas/display/fsl,lcdif.yaml# > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > Reviewed-by: Marek Vasut <marex@xxxxxxx> > --- > Changes since v1: > - Add missing else to limit the number of irqs for the other variants. (Krzysztof) > > .../bindings/display/fsl,lcdif.yaml | 20 ++++++++++++++++++- > 1 file changed, 19 insertions(+), 1 deletion(-) > Applied, thanks!