On Sat, 30 Sep 2023 10:01:02 -0300, Fabio Estevam wrote: > From: Fabio Estevam <festevam@xxxxxxx> > > fsl,imx6-hdmi.yaml makes a reference to synopsys,dw-hdmi.yaml. > > The 'interrupts'and 'reg' properties are described in synopsys,dw-hdmi.yaml, > so use 'unevaluatedProperties: false' so that these two properties can > be accepted. > > This fixes the following schema warnings: > > hdmi@120000: 'interrupts', 'reg' do not match any of the regexes: 'pinctrl-[0-9]+' > from schema $id: http://devicetree.org/schemas/display/imx/fsl,imx6-hdmi.yaml# > > Signed-off-by: Fabio Estevam <festevam@xxxxxxx> > --- > .../devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied, thanks!