[PATCH] arm64: dts: amlogic: misc DT schema fixups
Rob Herring
robh at kernel.org
Wed Apr 21 13:51:48 BST 2021
On Tue, 20 Apr 2021 16:04:02 -0700, Kevin Hilman wrote:
> Take a pass at cleaning up a bunch of warnings
> from 'make dtbs_check' that have crept in.
>
> Signed-off-by: Kevin Hilman <khilman at baylibre.com>
> ---
> .../devicetree/bindings/gpu/arm,mali-bifrost.yaml | 5 +++++
> .../bindings/media/amlogic,axg-ge2d.yaml | 1 +
> Documentation/devicetree/bindings/media/rc.yaml | 4 ++++
> .../devicetree/bindings/sound/amlogic,t9015.yaml | 1 +
> arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 4 ++--
> arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi | 14 +++++++-------
> .../arm64/boot/dts/amlogic/meson-g12b-gsking-x.dts | 2 +-
> .../boot/dts/amlogic/meson-g12b-gtking-pro.dts | 4 ++--
> arch/arm64/boot/dts/amlogic/meson-g12b-gtking.dts | 2 +-
> .../boot/dts/amlogic/meson-g12b-odroid-n2.dtsi | 4 ++--
> .../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 2 +-
> .../dts/amlogic/meson-gxl-s905d-mecool-kii-pro.dts | 2 +-
> .../boot/dts/amlogic/meson-gxl-s905d-sml5442tw.dts | 8 ++++----
> .../boot/dts/amlogic/meson-gxm-mecool-kiii-pro.dts | 2 +-
> .../boot/dts/amlogic/meson-gxm-minix-neo-u9h.dts | 2 +-
> .../boot/dts/amlogic/meson-gxm-wetek-core2.dts | 2 +-
> arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 4 ++--
> .../arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts | 2 +-
> 18 files changed, 38 insertions(+), 27 deletions(-)
>
My bot found errors running 'make DT_CHECKER_FLAGS=-m dt_binding_check'
on your patch (DT_CHECKER_FLAGS is new in v5.13):
yamllint warnings/errors:
dtschema/dtc warnings/errors:
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.example.dt.yaml: ge2d at ff940000: 'reset-names' is a required property
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml
/builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/amlogic,t9015.example.dt.yaml: audio-controller at 32000: 'reset-names' is a required property
From schema: /builds/robherring/linux-dt-review/Documentation/devicetree/bindings/sound/amlogic,t9015.yaml
See https://patchwork.ozlabs.org/patch/1468511
This check can fail if there are any dependencies. The base for a patch
series is generally the most recent rc1.
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.
More information about the linux-amlogic
mailing list