From patchwork Fri Jun 10 22:15:28 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Gross X-Patchwork-Id: 69823 Delivered-To: patch@linaro.org Received: by 10.140.106.246 with SMTP id e109csp515973qgf; Fri, 10 Jun 2016 15:53:12 -0700 (PDT) X-Received: by 10.66.14.227 with SMTP id s3mr4869966pac.12.1465599192855; Fri, 10 Jun 2016 15:53:12 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id ah3si842803pad.195.2016.06.10.15.53.12; Fri, 10 Jun 2016 15:53:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-arm-msm-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-arm-msm-owner@vger.kernel.org; dmarc=fail (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752974AbcFJWxL (ORCPT + 8 others); Fri, 10 Jun 2016 18:53:11 -0400 Received: from mail-oi0-f52.google.com ([209.85.218.52]:33505 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752438AbcFJWxK (ORCPT ); Fri, 10 Jun 2016 18:53:10 -0400 Received: by mail-oi0-f52.google.com with SMTP id u201so6835068oie.0 for ; Fri, 10 Jun 2016 15:53:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=IUrrlsFOsjT/Gxsq3+DPsCZejrH7C1Dr1KZoL/Xox7Q=; b=YfOXZlkUW2vrNScgGsqQ/8+1Igcge0bVB8W/h748ceBuMWpgV1r6y6cM/9Fj//w9Sf 11MN222EWHkZ9etJU/6txPNIlPhNqZhbu+OV/FdpwZZzWEnO8WTpLKjO8rV1/vGgmmB+ KEGhUDtOKnXZ0bc1B/aW83HvuhOFtgdJQJF64= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=IUrrlsFOsjT/Gxsq3+DPsCZejrH7C1Dr1KZoL/Xox7Q=; b=ZU1GMRUv/LzpH4Aqu1tZEW0sOfid+2eMWi240BdZA97tQ8OuS1C0rF86S6IEC5aalb mpg2cTFxkUabNvcAAw0QqqPDGsYwYPPbdt80sQh174AaOT6KKJPrSol/0iyZzxa0bREn p4vlHkHpIKV1iiPCD46abAtMHecsood1a/8PLJTzYwHPm1PY4xmNyJOp78BrQQ7CKPCk capuggjIUViTAOMPvrTmT62gmX/jPjLq+4UeGnqvDkcbzei9prN5yFuMD+0IkrfrzSQJ 3DWUc8aIiEzjxGQctr9v2lK+pdCXyo3+81z031/c7djbH98l8QmKfAkG40RdrquWoQKC h2Uw== X-Gm-Message-State: ALyK8tKH96sB54lGtbzlrlCkIykGTYzvcLJAz5PDTZev2gn0Je4dIvCmqQeciER4JSWrIyKu X-Received: by 10.157.39.110 with SMTP id r101mr2351162ota.187.1465599189475; Fri, 10 Jun 2016 15:53:09 -0700 (PDT) Received: from localhost ([2602:306:c558:19b0:3ce7:ce9d:1838:7cbe]) by smtp.gmail.com with ESMTPSA id h10sm6190661otb.35.2016.06.10.15.53.08 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Fri, 10 Jun 2016 15:53:08 -0700 (PDT) From: Andy Gross To: linux-arm-msm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Bjorn Andersson , Stephen Boyd , Kevin Hilman , Andy Gross Subject: [PATCH] ARM: dts: qcom: msm8974-honami: Set DMA as remotely controlled Date: Fri, 10 Jun 2016 17:15:28 -0500 Message-Id: <1465596928-20843-1-git-send-email-andy.gross@linaro.org> X-Mailer: git-send-email 1.9.1 Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org This patch adds the qcom,controlled-remotely property for the blsp2_bam controller node. This board requires this, otherwise the board fails to boot due to access of protected registers during BAM initialization. Fixes: 62bc81792223 dts: msm8974: Add blsp2_bam dma node Signed-off-by: Andy Gross --- arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts | 4 ++++ 1 file changed, 4 insertions(+) -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-arm-msm" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Acked-by: Bjorn Andersson diff --git a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts index a0398b6..3fb4dad 100644 --- a/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts +++ b/arch/arm/boot/dts/qcom-msm8974-sony-xperia-honami.dts @@ -367,6 +367,10 @@ }; }; + + dma-controller@f9944000 { + qcom,controlled-remotely; + }; }; &spmi_bus {