On Tue, 21 Jul 2020 17:36:12 -0500, Suman Anna wrote: > Add a bindings document that defines the common TI SCI properties > used by various K3 device management nodes such as clock controllers, > interrupt controllers, reset controllers or remoteproc devices. > > The required properties for each device management node shall be > specified in the respective binding document. > > Signed-off-by: Suman Anna <s-anna@xxxxxx> > --- > v5: > - New patch refactored out for usage by remoteproc and other TI SCI > interrupt controller bindings > - Patch based on remoteproc ti,k3-sci-proc.yaml binding (v4 patch 3) > with revised overall description and ti,sci-dev-id and no required > properties > v4: https://patchwork.kernel.org/patch/11671455/ > - Addressed both of Rob's review comments on ti,sci-proc-ids property > v3: https://patchwork.kernel.org/patch/11602317/ > > .../arm/keystone/ti,k3-sci-common.yaml | 44 +++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 45 insertions(+) > create mode 100644 Documentation/devicetree/bindings/arm/keystone/ti,k3-sci-common.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>