[PATCH v2 06/11] dt-bindings: arm: convert vexpress-sysregs to DT schema
Rob Herring
robh at kernel.org
Fri May 6 15:39:53 PDT 2022
On Fri, 06 May 2022 15:05:28 +0100, Andre Przywara wrote:
> The Arm Versatile Express system control register block provides GPIO
> functionality to some devices and is also used for board identification.
>
> Extract the first half of the informal vexpress-sysreg.txt binding and
> make it proper DT schema compliant.
>
> Signed-off-by: Andre Przywara <andre.przywara at arm.com>
> ---
> .../bindings/arm/vexpress-sysreg.yaml | 90 +++++++++++++++++++
> 1 file changed, 90 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/arm/vexpress-sysreg.yaml
>
Running 'make dtbs_check' with the schema in this patch gives the
following warnings. Consider if they are expected or the schema is
incorrect. These may not be new warnings.
Note that it is not yet a requirement to have 0 warnings for dtbs_check.
This will change in the future.
Full log is available here: https://patchwork.ozlabs.org/patch/
sysreg at 10000: '#address-cells' is a required property
arch/arm64/boot/dts/arm/foundation-v8.dtb
arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtb
arch/arm64/boot/dts/arm/foundation-v8-gicv3-psci.dtb
arch/arm64/boot/dts/arm/foundation-v8-psci.dtb
arch/arm64/boot/dts/arm/fvp-base-revc.dtb
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dtb
sysreg at 10000: '#gpio-cells', 'gpio-controller' do not match any of the regexes: '^gpio@[0-9a-f]+$', 'pinctrl-[0-9]+'
arch/arm64/boot/dts/arm/fvp-base-revc.dtb
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dtb
sysreg at 10000: '#size-cells' is a required property
arch/arm64/boot/dts/arm/foundation-v8.dtb
arch/arm64/boot/dts/arm/foundation-v8-gicv3.dtb
arch/arm64/boot/dts/arm/foundation-v8-gicv3-psci.dtb
arch/arm64/boot/dts/arm/foundation-v8-psci.dtb
arch/arm64/boot/dts/arm/fvp-base-revc.dtb
arch/arm64/boot/dts/arm/rtsm_ve-aemv8a.dtb
More information about the linux-arm-kernel
mailing list