On Fri, 16 Apr 2021 01:37:20 -0500, Nishanth Menon wrote: > Convert the ti,sci-pm-domain to json schema for better checks and > documentation. > > Differences being: > - Drop consumer example as they are documented in the corresponding > bindings themselves. > - Drop phandle description for reset consumer or cell definition as it > is redundant. > > NOTE: we do have false positive checkpatch warning with this patch: > "DT binding docs and includes should be a separate patch" > > Signed-off-by: Nishanth Menon <nm@xxxxxx> > --- > .../bindings/soc/ti/sci-pm-domain.txt | 65 ------------------- > .../bindings/soc/ti/sci-pm-domain.yaml | 59 +++++++++++++++++ > 2 files changed, 59 insertions(+), 65 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.txt > create mode 100644 Documentation/devicetree/bindings/soc/ti/sci-pm-domain.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>