Revision 3261227d136d83bcb4df4e9292385fb9e007fae7 authored by Ulf Hansson on 03 March 2020, 15:07:45 UTC, committed by Rob Herring on 04 March 2020, 14:49:36 UTC
While converting to the json-schema, let's also take the opportunity to
further specify/clarify some more details about the DT binding.

For example, let's define the label where to put the states nodes, set a
pattern for nodename of the state nodes and finally add an example.

Fixes: a3f048b5424e ("dt: psci: Update DT bindings to support hierarchical PSCI states")
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
[robh: drop type refs from standard unit properties]
Signed-off-by: Rob Herring <robh@kernel.org>
1 parent ac9686a
Raw File
scripts.rst
TCM mod builder script
----------------------

.. literalinclude:: tcm_mod_builder.py
    :language: perl

Target export device script
---------------------------

.. literalinclude:: target-export-device
    :language: shell
back to top