[PATCH 3/6] dt-bindings: display: imx: hdmi: Allow 'reg' and 'interrupts'
Rob Herring
robh at kernel.org
Mon Aug 21 17:12:44 UTC 2023
On Thu, Aug 10, 2023 at 04:44:48PM +0200, Alexander Stein wrote:
> 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 at 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 at ew.tq-group.com>
> ---
> .../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
> +
You should change additionalProperties to unevaluatedProperties instead.
Rob
More information about the dri-devel
mailing list