dt-bindings: clock: Convert Calxeda clock bindings to json-schema
authorAndre Przywara <andre.przywara@arm.com>
Thu, 30 Apr 2020 21:10:47 +0000 (22:10 +0100)
committerRob Herring <robh@kernel.org>
Sun, 3 May 2020 16:10:41 +0000 (11:10 -0500)
commit958ba5c2393732b1629afd00764020d17ea0ef26
treeb7815b4fbc2b2a239f23fec11c741e7be238a686
parent3d21a46093352f7802b9c66c7cce35cd02a50e53
dt-bindings: clock: Convert Calxeda clock bindings to json-schema

Convert the Calxeda clock bindings to DT schema format using json-schema.

This just covers the actual PLL and divider clock nodes. In the actual
DTs they are somewhat unconnected (no ranges or bus compatible) children
of the sregs node, but for the actual clock bindings this is not
relevant.

One oddity is that the addresses are relative to the parent node,
without that being pronounced using a ranges property.
But this is too late to fix now.

Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Acked-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Documentation/devicetree/bindings/clock/calxeda.txt [deleted file]
Documentation/devicetree/bindings/clock/calxeda.yaml [new file with mode: 0644]