From patchwork Wed Aug 10 17:37:02 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bjorn Andersson X-Patchwork-Id: 73680 Delivered-To: patch@linaro.org Received: by 10.140.29.52 with SMTP id a49csp527356qga; Wed, 10 Aug 2016 11:03:34 -0700 (PDT) X-Received: by 10.98.16.75 with SMTP id y72mr9459029pfi.50.1470852214156; Wed, 10 Aug 2016 11:03:34 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id r4si49512660pfd.242.2016.08.10.11.03.33; Wed, 10 Aug 2016 11:03:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of devicetree-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=devicetree-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932473AbcHJSDa (ORCPT + 7 others); Wed, 10 Aug 2016 14:03:30 -0400 Received: from mail-pa0-f44.google.com ([209.85.220.44]:35436 "EHLO mail-pa0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932479AbcHJSDZ (ORCPT ); Wed, 10 Aug 2016 14:03:25 -0400 Received: by mail-pa0-f44.google.com with SMTP id i5so1598337pat.2 for ; Wed, 10 Aug 2016 11:03:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=+oTskMAGPcBU5mpElsyvWTkFGq02rcoKsecCZTFK8eo=; b=JIwqJRfHMuvLQ5xTZIuQ4gFKgJNdAc+QSVuzZLhQSm7cbO7jOWHAcp2+W5S5W9fbBw 8a0xouy3uelsNf2jQlRT9nn+fh2q1vZt8yj7Tb1UyOU9p6+AtGWOJZu+j+vSIzo4e3ke UWBUeyUiF5RQL9GaeGQqORMr3EmwIH7dpFtAM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=+oTskMAGPcBU5mpElsyvWTkFGq02rcoKsecCZTFK8eo=; b=FIifOBt0ZSAg2p/72AE2uCbiA5wzCeMxPPIVGSWw7tNDiODvFDh1D82yt80NdByOGw VgyqZrSpOYcW1FJmkvqervQGS/XbQKWum+eoFfo+sEUs1LHE1210kH3q94uBj4L7GZxt monj0t3P+PeEKj51gZjAwdsMeuK/vId6PTMT6SQtCyf9L0CVq0EytR2t26fZbtwRhS6P WVQrdfgcRXxO3aQVdY1aGPXUnkxITYFx20vqaWQPrZnsyhGjY/d1XWBx8nTPiNCSuDLn 8CAQnO26zcy/Ug5ZCNhxyv0Z1iC7jxscpxIq/gMK0xIpPOLx//k0R0OqqLWuxif5oyBY WHUg== X-Gm-Message-State: AEkoout2AKTzzC+eAUMBTwIUoAl0ZRUBPU9B5VGRfMfoXV3iVO8IDNovC/ZKDkWFRJjYW2wz X-Received: by 10.66.246.134 with SMTP id xw6mr9164777pac.35.1470850624966; Wed, 10 Aug 2016 10:37:04 -0700 (PDT) Received: from localhost.localdomain (ip68-111-223-48.sd.sd.cox.net. [68.111.223.48]) by smtp.gmail.com with ESMTPSA id ya6sm65667371pab.22.2016.08.10.10.37.03 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 10 Aug 2016 10:37:04 -0700 (PDT) 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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@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 -- 2.5.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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