[PATCH v3 2/6] dt-bindings: firmware: arm,scpi: Convert to json schema

Rob Herring robh at kernel.org
Fri Jun 4 15:11:18 PDT 2021


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 at kernel.org>
> Cc: Kevin Hilman <khilman at baylibre.com>
> Cc: Neil Armstrong <narmstrong at baylibre.com>
> Cc: Jerome Brunet <jbrunet at baylibre.com>
> Cc: Viresh Kumar <viresh.kumar at linaro.org>
> Signed-off-by: Sudeep Holla <sudeep.holla at arm.com>
> ---
>  .../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!



More information about the linux-arm-kernel mailing list