From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [RFC v2 1/6] dt-bindings: Add a binding for Mediatek SCP Date: Tue, 15 Jan 2019 14:34:48 -0600 Message-ID: <20190115203448.GA32546@bogus> References: <20190108052606.59426-1-pihsun@chromium.org> <20190108052606.59426-2-pihsun@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190108052606.59426-2-pihsun@chromium.org> Sender: linux-kernel-owner@vger.kernel.org To: Pi-Hsun Shih Cc: Nicolas Boichat , Erin Lo , Ohad Ben-Cohen , Bjorn Andersson , Mark Rutland , Matthias Brugger , "open list:REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "moderated list:ARM/Mediatek SoC support" , "moderated list:ARM/Mediatek SoC support" , open list List-Id: devicetree@vger.kernel.org On Tue, Jan 08, 2019 at 01:26:01PM +0800, Pi-Hsun Shih wrote: > From: Erin Lo > > Add a DT binding documentation of SCP for the > MT8183 SoC from Mediatek. > > Signed-off-by: Erin Lo > --- > Changes from v1: > - no change No answer to my question on v1? > --- > .../devicetree/bindings/remoteproc/mtk,scp.txt | 10 ++++++++++ > 1 file changed, 10 insertions(+) > create mode 100644 Documentation/devicetree/bindings/remoteproc/mtk,scp.txt > > diff --git a/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt > new file mode 100644 > index 00000000000000..b07e5c4ca9af1d > --- /dev/null > +++ b/Documentation/devicetree/bindings/remoteproc/mtk,scp.txt > @@ -0,0 +1,10 @@ > +Mediatek SCP Bindings > +---------------------------------------- > + > +This binding provides support for ARM Cortex M4 Co-processor found on some > +Mediatek SoCs. > + > +Required properties: > +- compatible Should be "mediatek,mt8183-scp" > +- clocks Clock for co-processor (See: ../clock/clock-bindings.txt) > + > -- > 2.20.1.97.g81188d93c3-goog >