Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757024AbdLPR13 (ORCPT ); Sat, 16 Dec 2017 12:27:29 -0500 Received: from mail-ot0-f195.google.com ([74.125.82.195]:37918 "EHLO mail-ot0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753787AbdLPR10 (ORCPT ); Sat, 16 Dec 2017 12:27:26 -0500 X-Google-Smtp-Source: ACJfBosJXRRH5SJktwzD8S6yKgC6001m9cxhIWTbcHxUnVdLHO6aydsp0JK5Hx0QLM/Zstrfv4tYOA== Date: Sat, 16 Dec 2017 11:27:22 -0600 From: Rob Herring To: srinivas.kandagatla@linaro.org Cc: Andy Gross , Mark Brown , linux-arm-msm@vger.kernel.org, alsa-devel@alsa-project.org, David Brown , Mark Rutland , Liam Girdwood , Patrick Lai , Banajit Goswami , Jaroslav Kysela , Takashi Iwai , linux-soc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, sboyd@codeaurora.org Subject: Re: [RESEND PATCH v2 01/15] dt-bindings: soc: qcom: Add bindings for APR bus Message-ID: <20171216172722.avtipt5evmreayyc@rob-hp-laptop> References: <20171214173402.19074-1-srinivas.kandagatla@linaro.org> <20171214173402.19074-2-srinivas.kandagatla@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171214173402.19074-2-srinivas.kandagatla@linaro.org> User-Agent: NeoMutt/20170609 (1.8.3) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1247 Lines: 31 On Thu, Dec 14, 2017 at 05:33:48PM +0000, srinivas.kandagatla@linaro.org wrote: > From: Srinivas Kandagatla > > This patch add dt bindings for Qualcomm APR bus driver > > Signed-off-by: Srinivas Kandagatla > --- > .../devicetree/bindings/soc/qcom/qcom,apr.txt | 28 ++++++++++++++++++++++ > 1 file changed, 28 insertions(+) > create mode 100644 Documentation/devicetree/bindings/soc/qcom/qcom,apr.txt > > diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,apr.txt b/Documentation/devicetree/bindings/soc/qcom/qcom,apr.txt > new file mode 100644 > index 000000000000..4e93213ae98d > --- /dev/null > +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,apr.txt > @@ -0,0 +1,28 @@ > +Qualcomm APR (Asynchronous Packet Router) binding > + > +This binding describes the Qualcomm APR. APR is a IPC protocol for > +communication between Application processor and QDSP. APR is mainly > +used for audio/voice services on the QDSP. > + > +- compatible: > + Usage: required > + Value type: > + Definition: must be "qcom,apr-" example: "qcom,apr-msm8996" -apr is the more standard order. With that, Reviewed-by: Rob Herring