From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755037AbcC1M7p (ORCPT ); Mon, 28 Mar 2016 08:59:45 -0400 Received: from smtp.codeaurora.org ([198.145.29.96]:50587 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbcC1M7n (ORCPT ); Mon, 28 Mar 2016 08:59:43 -0400 From: "Sricharan" To: "'Andy Gross'" , "'Bjorn Andersson'" Cc: , "'Archit Taneja'" , "'Wolfram Sang'" , "'linux-arm-msm'" , , "'Kumar Gala'" , , , "'Ivan T. Ivanov'" , "'Andy Gross'" , , References: <1453197766-18976-1-git-send-email-sricharan@codeaurora.org> <1453197766-18976-6-git-send-email-sricharan@codeaurora.org> <20160326022612.GA3764@hector.attlocal.net> In-Reply-To: <20160326022612.GA3764@hector.attlocal.net> Subject: RE: [PATCH V7 5/6] dts: msm8974: Add blsp2_bam dma node Date: Mon, 28 Mar 2016 18:29:32 +0530 Message-ID: <000d01d188f1$b150e660$13f2b320$@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 15.0 Thread-Index: AQHBrzqT1wRAKGgXA8TA5/snlKrqvgKJ38DTAiDOF5sDAtg4c59RF6rw Content-Language: en-us Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > On Fri, Mar 25, 2016 at 04:17:30PM -0700, Bjorn Andersson wrote: > > On Tue, Jan 19, 2016 at 2:02 AM, Sricharan R > wrote: > > > Signed-off-by: Sricharan R > > > Reviewed-by: Andy Gross > > > > > > + blsp2_dma: dma-controller@f9944000 { > > > + compatible = "qcom,bam-v1.4.0"; > > > + reg = <0xf9944000 0x19000>; > > > + interrupts = ; > > > + clocks = <&gcc GCC_BLSP2_AHB_CLK>; > > > + clock-names = "bam_clk"; > > > + #dma-cells = <1>; > > > + qcom,ee = <0>; > > > > Without "qcom,bam_ctrl_remote;" and > > https://patchwork.kernel.org/patch/8639181/ the Xperia Honami board > > fails to boot with this patch included. > > Ouch. At least one set of pipes must be used by some other processor and > TZ has locked down that BLSP. Hmm, this was not the case atleast on the apq8074DB board that I tested this on. Regards, Sricharan