Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933714AbdLRJuR (ORCPT ); Mon, 18 Dec 2017 04:50:17 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:37338 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933609AbdLRJuO (ORCPT ); Mon, 18 Dec 2017 04:50:14 -0500 X-Google-Smtp-Source: ACJfBovXZnqmNoLQUZK2RNLfWhOpxPEKSH7lwlSxS07eM+BdKNEdlJMIcY101aaQvWkbp/JNRx8iUw== Subject: Re: [RESEND PATCH v2 01/15] dt-bindings: soc: qcom: Add bindings for APR bus To: Rob Herring 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 References: <20171214173402.19074-1-srinivas.kandagatla@linaro.org> <20171214173402.19074-2-srinivas.kandagatla@linaro.org> <20171216172722.avtipt5evmreayyc@rob-hp-laptop> From: Srinivas Kandagatla Message-ID: Date: Mon, 18 Dec 2017 09:50:10 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <20171216172722.avtipt5evmreayyc@rob-hp-laptop> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1420 Lines: 41 On 16/12/17 17:27, Rob Herring wrote: > 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, Yes, it makes sense, will do that in next version. > > Reviewed-by: Rob Herring Thanks for reviewed-by tag. Rgrds, Srini >