Commit 57db57ae authored by Fabio Estevam's avatar Fabio Estevam Committed by Rob Herring

dt-bindings: display: fsl,imx6-hdmi: Change to 'unevaluatedProperties: false'

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: default avatarFabio Estevam <festevam@denx.de>
Acked-by: default avatarConor Dooley <conor.dooley@microchip.com>
Link: https://lore.kernel.org/r/20230930130102.798822-1-festevam@gmail.comSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 11b1c9cd
...@@ -87,7 +87,7 @@ required: ...@@ -87,7 +87,7 @@ required:
- interrupts - interrupts
- ports - ports
additionalProperties: false unevaluatedProperties: false
examples: examples:
- | - |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment