From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751570AbcKHOlg (ORCPT ); Tue, 8 Nov 2016 09:41:36 -0500 Received: from foss.arm.com ([217.140.101.70]:33052 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751157AbcKHOle (ORCPT ); Tue, 8 Nov 2016 09:41:34 -0500 Subject: Re: [PATCH v5 6/8] Documentation: bindings: add compatible specific to legacy SCPI protocol References: <1478148731-11712-1-git-send-email-sudeep.holla@arm.com> <1478148731-11712-7-git-send-email-sudeep.holla@arm.com> Cc: Neil Armstrong , Sudeep Holla , Olof Johansson , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org To: Rob Herring From: Sudeep Holla Organization: ARM Message-ID: <7870a99c-c0a7-a39e-62c9-de1139d03846@arm.com> Date: Tue, 8 Nov 2016 14:32:11 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <1478148731-11712-7-git-send-email-sudeep.holla@arm.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Rob, On 03/11/16 04:52, Sudeep Holla wrote: > This patch adds specific compatible to support legacy SCPI protocol. > Sorry for messing it up before, I think this version is much better. Only this patch introduces new compatible, while 5,7,8/8 are just reorganization to move the platform specific stuff out of the generic SCPI bindings. It would be good if you can have a quick look and provide ack if you are happy with these patches. -- Regards, Sudeep > Cc: Rob Herring > Signed-off-by: Sudeep Holla > --- > Documentation/devicetree/bindings/arm/arm,scpi.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/arm/arm,scpi.txt b/Documentation/devicetree/bindings/arm/arm,scpi.txt > index d1882c4540d0..ebd03fc93135 100644 > --- a/Documentation/devicetree/bindings/arm/arm,scpi.txt > +++ b/Documentation/devicetree/bindings/arm/arm,scpi.txt > @@ -7,7 +7,9 @@ by Linux to initiate various system control and power operations. > > Required properties: > > -- compatible : should be "arm,scpi" > +- compatible : should be > + * "arm,scpi" : For implementations complying to SCPI v1.0 or above > + * "arm,legacy-scpi" : For implementations complying pre SCPI v1.0 > - mboxes: List of phandle and mailbox channel specifiers > All the channels reserved by remote SCP firmware for use by > SCPI message protocol should be specified in any order >