On Fri, Nov 03, 2017 at 02:47:39PM +0000, Sudeep Holla wrote: > This patch adds devicetree binding for System Control and Management > Interface (SCMI) Message Protocol used between the Application Cores(AP) > and the System Control Processor(SCP). The MHU peripheral provides a > mechanism for inter-processor communication between SCP's M3 processor > and AP. > > SCP offers control and management of the core/cluster power states, > various power domain DVFS including the core/cluster, certain system > clocks configuration, thermal sensors and many others. > > SCMI protocol is developed as better replacement to the existing SCPI > which is not flexible and easily extensible. > > Cc: Rob Herring <robh...@kernel.org> > Cc: Mark Rutland <mark.rutl...@arm.com> > Signed-off-by: Sudeep Holla <sudeep.ho...@arm.com> > --- > Documentation/devicetree/bindings/arm/arm,scmi.txt | 179 > +++++++++++++++++++++ > MAINTAINERS | 4 +- > 2 files changed, 181 insertions(+), 2 deletions(-) > create mode 100644 Documentation/devicetree/bindings/arm/arm,scmi.txt
Acked-by: Rob Herring <r...@kernel.org>