From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751288AbdCZFOf (ORCPT ); Sun, 26 Mar 2017 01:14:35 -0400 Received: from mail-pg0-f47.google.com ([74.125.83.47]:33597 "EHLO mail-pg0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750762AbdCZFOc (ORCPT ); Sun, 26 Mar 2017 01:14:32 -0400 Date: Sat, 25 Mar 2017 22:13:28 -0700 From: Bjorn Andersson To: Rob Herring Cc: Andy Gross , Stephen Boyd , Mark Rutland , David Brown , Srinivas Kandagatla , linux-kernel@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-soc@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH 2/3] firmware: qcom: scm: Expose download-mode control Message-ID: <20170326051328.GD70446@Bjorns-MacBook-Pro-2.local> References: <20170318041523.29757-1-bjorn.andersson@linaro.org> <20170318041523.29757-2-bjorn.andersson@linaro.org> <20170324150633.2s3o3kiecnoeo4qt@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170324150633.2s3o3kiecnoeo4qt@rob-hp-laptop> User-Agent: Mutt/1.8.0 (2017-02-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri 24 Mar 08:06 PDT 2017, Rob Herring wrote: > On Fri, Mar 17, 2017 at 09:15:22PM -0700, Bjorn Andersson wrote: [..] > > diff --git a/Documentation/devicetree/bindings/firmware/qcom,scm.txt b/Documentation/devicetree/bindings/firmware/qcom,scm.txt > > index 20f26fbce875..8467a181f22c 100644 > > --- a/Documentation/devicetree/bindings/firmware/qcom,scm.txt > > +++ b/Documentation/devicetree/bindings/firmware/qcom,scm.txt > > @@ -18,6 +18,7 @@ Required properties: > > * Core, iface, and bus clocks required for "qcom,scm" > > - clock-names: Must contain "core" for the core clock, "iface" for the interface > > clock and "bus" for the bus clock per the requirements of the compatible. > > +- qcom,dload-mode-addr: Specifies the address for the download mode magic (optional) > > Size? 1 cell, 2 cell(, red cell, blue cell) or follows #addr-cells? > I believe this implementation only applies to the 64-bit systems, but it's probably better to make it follow (or at least claim that it follows) #address-cells. I can update the description to include this. Regards, Bjorn