[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <173315440083.2722567.15501799626521434805.robh@kernel.org>
Date: Mon, 02 Dec 2024 09:46:40 -0600
From: "Rob Herring (Arm)" <robh@...nel.org>
To: Dave Stevenson <dave.stevenson@...pberrypi.com>
Cc: Florian Fainelli <f.fainelli@...il.com>, devicetree@...r.kernel.org,
Thomas Zimmermann <tzimmermann@...e.de>, Doug Berger <opendmb@...il.com>,
MaĆra Canal <mcanal@...lia.com>,
Conor Dooley <conor+dt@...nel.org>, linux-rpi-kernel@...ts.infradead.org,
Bartosz Golaszewski <brgl@...ev.pl>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Maxime Ripard <mripard@...nel.org>, linux-gpio@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Raspberry Pi Kernel Maintenance <kernel-list@...pberrypi.com>,
dri-devel@...ts.freedesktop.org,
Florian Fainelli <florian.fainelli@...adcom.com>,
Broadcom internal kernel review list <bcm-kernel-feedback-list@...adcom.com>,
Simona Vetter <simona@...ll.ch>, Ray Jui <rjui@...adcom.com>,
Eric Anholt <eric@...olt.net>, Linus Walleij <linus.walleij@...aro.org>,
Scott Branden <sbranden@...adcom.com>, David Airlie <airlied@...il.com>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 1/7] dtbindings: display: bcm2711-hdmi: Correct
bindings for 2712
On Mon, 02 Dec 2024 14:31:54 +0000, Dave Stevenson wrote:
> The previous patch just adding the compatible missed out that the
> number of interrupts changed
>
> Fixes: 62948c62abca ("dt-bindings: display: Add BCM2712 HDMI bindings")
> Signed-off-by: Dave Stevenson <dave.stevenson@...pberrypi.com>
> ---
> .../bindings/display/brcm,bcm2711-hdmi.yaml | 44 +++++++++++++++-------
> 1 file changed, 30 insertions(+), 14 deletions(-)
>
My bot found errors running 'make dt_binding_check' on your patch:
yamllint warnings/errors:
./Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml:59:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml:67:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml:76:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
./Documentation/devicetree/bindings/display/brcm,bcm2711-hdmi.yaml:84:9: [warning] wrong indentation: expected 10 but found 8 (indentation)
dtschema/dtc warnings/errors:
doc reference errors (make refcheckdocs):
See https://patchwork.ozlabs.org/project/devicetree-bindings/patch/20241202-dt-bcm2712-fixes-v1-1-fac67cc2f98a@raspberrypi.com
The base for the series is generally the latest rc1. A different dependency
should be noted in *this* patch.
If you already ran 'make dt_binding_check' and didn't see the above
error(s), then make sure 'yamllint' is installed and dt-schema is up to
date:
pip3 install dtschema --upgrade
Please check and re-submit after running the above command yourself. Note
that DT_SCHEMA_FILES can be set to your schema file to speed up checking
your schema. However, it must be unset to test all examples with your schema.
Powered by blists - more mailing lists