Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755273AbcKJByH (ORCPT ); Wed, 9 Nov 2016 20:54:07 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:42472 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754001AbcKJByE (ORCPT ); Wed, 9 Nov 2016 20:54:04 -0500 DMARC-Filter: OpenDMARC Filter v1.3.1 smtp.codeaurora.org E721D6126A Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=pass smtp.mailfrom=sboyd@codeaurora.org Date: Wed, 9 Nov 2016 17:54:02 -0800 From: Stephen Boyd To: Stanimir Varbanov Cc: Ohad Ben-Cohen , Bjorn Andersson , Andy Gross , Rob Herring , Mark Rutland , Srinivas Kandagatla , linux-remoteproc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 2/3] dt-binding: remoteproc: venus rproc dt binding document Message-ID: <20161110015402.GD16026@codeaurora.org> References: <1478539853-23218-1-git-send-email-stanimir.varbanov@linaro.org> <1478539853-23218-3-git-send-email-stanimir.varbanov@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478539853-23218-3-git-send-email-stanimir.varbanov@linaro.org> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1345 Lines: 51 On 11/07, Stanimir Varbanov wrote: > diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,venus.txt b/Documentation/devicetree/bindings/remoteproc/qcom,venus.txt > new file mode 100644 > index 000000000000..06a2db60fa38 > --- /dev/null > +++ b/Documentation/devicetree/bindings/remoteproc/qcom,venus.txt > @@ -0,0 +1,33 @@ > +Qualcomm Venus Peripheral Image Loader > + > +This document defines the binding for a component that loads and boots firmware > +on the Qualcomm Venus remote processor core. > + > +- compatible: > + Usage: required > + Value type: > + Definition: must contain "qcom,venus-pil" > + > +- memory-region: > + Usage: required > + Value type: > + Definition: a phandle to a node describing reserved memory > + > +* An example > + reserved-memory { > + #address-cells = <2>; > + #size-cells = <2>; > + ranges; > + > + venus_mem: venus@89900000 { > + compatible = "shared-dma-pool"; > + reg = <0x0 0x89900000 0x0 0x800000>; > + alignment = <0x1000>; > + no-map; > + }; > + }; > + > + rproc_venus@0 { Not sure we need @0 here in the example if it doesn't have a reg property. > + compatible = "qcom,venus-pil"; > + memory-region = <&venus_mem>; > + }; > -- > 2.7.4 > -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project