dt-bindings: arm: sp810: convert to DT schema
authorAndre Przywara <andre.przywara@arm.com>
Fri, 6 May 2022 14:05:25 +0000 (15:05 +0100)
committerRob Herring <robh@kernel.org>
Mon, 9 May 2022 16:03:49 +0000 (11:03 -0500)
commitf7187a02f1f9ec22cf7d4400cf35f1a0f687acbf
treebd5a7d86cdfca1a392052e8e48097402dbe32ac6
parentb25bccb697798242e87ce36979f1d0b7ff0875be
dt-bindings: arm: sp810: convert to DT schema

The Arm SP810 IP is a "system controller", providing clocks, timer and a
watchdog.

Convert the DT binding to DT schema, to allow automatic validation.

The existing .txt binding described all properties as required, but the
assigned-clock* and clock-output-names are actually not (from a hardware
perspective). The only existing driver I could find (in Linux) doesn't
require them either, so drop those properties from the "required" list.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220506140533.3566431-4-andre.przywara@arm.com
Documentation/devicetree/bindings/arm/sp810.txt [deleted file]
Documentation/devicetree/bindings/arm/sp810.yaml [new file with mode: 0644]