From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964784AbcHJSmq (ORCPT ); Wed, 10 Aug 2016 14:42:46 -0400 Received: from mail-pa0-f51.google.com ([209.85.220.51]:36568 "EHLO mail-pa0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933565AbcHJSmo (ORCPT ); Wed, 10 Aug 2016 14:42:44 -0400 From: Bjorn Andersson To: Mark Rutland , Rob Herring Cc: Ohad Ben-Cohen , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-remoteproc@vger.kernel.org Subject: [PATCH] dt-binding: remoteproc: Document generic properties Date: Wed, 10 Aug 2016 10:37:02 -0700 Message-Id: <1470850622-29816-1-git-send-email-bjorn.andersson@linaro.org> X-Mailer: git-send-email 2.5.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This documents the generic properties "rprocs" and "rproc-names", used for consumer drivers to reference a remoteproc node. Signed-off-by: Bjorn Andersson --- .../devicetree/bindings/remoteproc/remoteproc.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Documentation/devicetree/bindings/remoteproc/remoteproc.txt diff --git a/Documentation/devicetree/bindings/remoteproc/remoteproc.txt b/Documentation/devicetree/bindings/remoteproc/remoteproc.txt new file mode 100644 index 000000000000..0b1d8183be87 --- /dev/null +++ b/Documentation/devicetree/bindings/remoteproc/remoteproc.txt @@ -0,0 +1,21 @@ +Common remoteproc properties + +A remoteproc node represents the mechanism and resources needed for controlling +a co-processor's life cycle; including loading firmware, booting, shutting down +and handling exceptions. + + += Consumer properties +A consumer node referencing a remoteproc node, so that it can requests life +cycle transitions can use the following properties: + +- rprocs: + Usage: required + Value type: + Definition: a list of phandle references to remoteproc nodes + +- rproc-names: + Usage: optional + Value type: + Definition: a list of strings naming each entry in "rprocs", allowing + consumer drivers to look up remoteprocs by name -- 2.5.0