devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] dt-bindings: Convert the ARM Boards to YAML
@ 2020-02-10  9:27 Linus Walleij
  2020-02-10  9:27 ` [PATCH 1/7] ARM: dts: Versatile: Use syscon as node name for IB2 Linus Walleij
                   ` (6 more replies)
  0 siblings, 7 replies; 12+ messages in thread
From: Linus Walleij @ 2020-02-10  9:27 UTC (permalink / raw)
  To: devicetree, Rob Herring, Sudeep Holla, Mark Rutland
  Cc: linux-arm-kernel, Linus Walleij

This converts the ARM reference designs to use YAML schema
to verify the top-level and in some cases some basic nodes
in the device tree as well.

Rob requested me to get this done: let's get it done.

Rob: when you're happy I can merge this through ARM SoC so the
minor cleanups go in first, unless you prefer another
merge path.

Linus Walleij (7):
  ARM: dts: Versatile: Use syscon as node name for IB2
  ARM: dts: RealView: Fix the name of the SoC node
  dt-bindings: arm: Add Integrator YAML schema
  dt-bindings: arm: Add Versatile YAML schema
  dt-bindings: arm: Add RealView YAML schema
  dt-bindings: arm: Add Versatile Express and Juno YAML schema
  dt-bindings: arm: Drop the non-YAML bindings

 .../bindings/arm/arm,integrator.yaml          |  85 +++++++
 .../devicetree/bindings/arm/arm,realview.yaml | 123 +++++++++
 .../bindings/arm/arm,versatile.yaml           |  69 +++++
 .../bindings/arm/arm,vexpress-juno.yaml       | 118 +++++++++
 .../devicetree/bindings/arm/arm-boards        | 237 ------------------
 .../devicetree/bindings/arm/vexpress.txt      | 229 -----------------
 arch/arm/boot/dts/arm-realview-pbx.dtsi       |   2 +-
 arch/arm/boot/dts/versatile-ab-ib2.dts        |   2 +-
 8 files changed, 397 insertions(+), 468 deletions(-)
 create mode 100644 Documentation/devicetree/bindings/arm/arm,integrator.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/arm,realview.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/arm,versatile.yaml
 create mode 100644 Documentation/devicetree/bindings/arm/arm,vexpress-juno.yaml
 delete mode 100644 Documentation/devicetree/bindings/arm/arm-boards
 delete mode 100644 Documentation/devicetree/bindings/arm/vexpress.txt

-- 
2.23.0


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-02-13 20:37 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-10  9:27 [PATCH 0/7] dt-bindings: Convert the ARM Boards to YAML Linus Walleij
2020-02-10  9:27 ` [PATCH 1/7] ARM: dts: Versatile: Use syscon as node name for IB2 Linus Walleij
2020-02-10  9:27 ` [PATCH 2/7] ARM: dts: RealView: Fix the name of the SoC node Linus Walleij
2020-02-10  9:27 ` [PATCH 3/7] dt-bindings: arm: Add Integrator YAML schema Linus Walleij
2020-02-13 20:23   ` Rob Herring
2020-02-10  9:27 ` [PATCH 4/7] dt-bindings: arm: Add Versatile " Linus Walleij
2020-02-10  9:27 ` [PATCH 5/7] dt-bindings: arm: Add RealView " Linus Walleij
2020-02-13 20:35   ` Rob Herring
2020-02-10  9:27 ` [PATCH 6/7] dt-bindings: arm: Add Versatile Express and Juno " Linus Walleij
2020-02-11 12:05   ` Sudeep Holla
2020-02-13 20:37   ` Rob Herring
2020-02-10  9:27 ` [PATCH 7/7] dt-bindings: arm: Drop the non-YAML bindings Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).