Although defined in synopsys,dw-hdmi.yaml, they need to explicitly allowed in fsl,imx6-hdmi.yaml. Fixes the warning: arch/arm/boot/dts/nxp/imx/imx6q-mba6a.dtb: hdmi@120000: 'interrupts', 'reg' do not match any of the regexes: 'pinctrl-[0-9]+' From schema: Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml Fixes: b935c3a2e07b ("dt-bindings: display: imx: hdmi: Convert binding to YAML") Signed-off-by: Alexander Stein <alexander.stein@xxxxxxxxxxxxxxx> --- .../devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml b/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml index af7fe9c4d196..d6af28e86ab4 100644 --- a/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/imx/fsl,imx6-hdmi.yaml @@ -22,6 +22,9 @@ properties: - fsl,imx6dl-hdmi - fsl,imx6q-hdmi + reg: true + interrupts: true + reg-io-width: const: 1 -- 2.34.1