Re: [PATCH 3/4] dt-bindings: soc: ti: Convert ti, sci-pm-domain to json schema
From: Rob Herring <robh@kernel.org>
Date: 2021-04-21 22:36:31
Also in:
linux-arm-kernel, linux-clk, lkml
From: Rob Herring <robh@kernel.org>
Date: 2021-04-21 22:36:31
Also in:
linux-arm-kernel, linux-clk, lkml
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@ti.com> --- .../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@kernel.org>