Re: [PATCH v3 2/6] dt-bindings: firmware: arm,scpi: Convert to json schema
From: Rob Herring <robh@kernel.org>
Date: 2021-06-04 22:11:25
Also in:
linux-arm-kernel
From: Rob Herring <robh@kernel.org>
Date: 2021-06-04 22:11:25
Also in:
linux-arm-kernel
On Fri, 04 Jun 2021 21:57:06 +0100, Sudeep Holla wrote:
Convert the old text format binding for System Control and Power Interface (SCPI) Message Protocol into the new and shiny YAML format. Cc: Rob Herring <robh+dt@kernel.org> Cc: Kevin Hilman <khilman@baylibre.com> Cc: Neil Armstrong <redacted> Cc: Jerome Brunet <jbrunet@baylibre.com> Cc: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Sudeep Holla <redacted> --- .../devicetree/bindings/arm/arm,scpi.txt | 204 ---------------- .../bindings/firmware/arm,scpi.yaml | 227 ++++++++++++++++++ MAINTAINERS | 2 +- 3 files changed, 228 insertions(+), 205 deletions(-) delete mode 100644 Documentation/devicetree/bindings/arm/arm,scpi.txt create mode 100644 Documentation/devicetree/bindings/firmware/arm,scpi.yaml
Applied. I moved the nodes with fixed strings to 'properties' and
dropped some literal block ('|') notations where the formatting wasn't
needed.
Thanks!