From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Return-Path: Date: Tue, 12 Sep 2017 09:21:37 -0500 From: Rob Herring Subject: Re: [PATCH v3 5/6] remoteproc: qcom: Add support for q6v5-wcss pil Message-ID: <20170912142137.nzx2s7xcyde5d2js@rob-hp-laptop> References: <1504154734-12175-1-git-send-email-sricharan@codeaurora.org> <1504154734-12175-6-git-send-email-sricharan@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1504154734-12175-6-git-send-email-sricharan@codeaurora.org> To: Sricharan R Cc: bjorn.andersson@linaro.org, ohad@wizery.com, mark.rutland@arm.com, andy.gross@linaro.org, david.brown@linaro.org, linux-remoteproc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org List-ID: On Thu, Aug 31, 2017 at 10:15:33AM +0530, Sricharan R wrote: > IPQ8074 has an integrated Hexagon dsp core q6v5 and a wireless lan > (Lithium) IP. An mdt type single image format is used for the > firmware. So the mdt_load function can be directly used to load > the firmware. Also add the relevant resets required for this core. > > Signed-off-by: Sricharan R > --- > .../devicetree/bindings/remoteproc/qcom,q6v5.txt | 7 ++- Acked-by: Rob Herring > drivers/remoteproc/Kconfig | 1 + > drivers/remoteproc/qcom_q6v5_pil.c | 53 +++++++++++++++++++++- > 3 files changed, 59 insertions(+), 2 deletions(-)