Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755035AbcKJBWx (ORCPT ); Wed, 9 Nov 2016 20:22:53 -0500 Received: from mail-it0-f66.google.com ([209.85.214.66]:35842 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751677AbcKJBWv (ORCPT ); Wed, 9 Nov 2016 20:22:51 -0500 Date: Wed, 9 Nov 2016 19:22:49 -0600 From: Rob Herring To: Sudeep Holla Cc: Neil Armstrong , Olof Johansson , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-amlogic@lists.infradead.org Subject: Re: [PATCH v5 6/8] Documentation: bindings: add compatible specific to legacy SCPI protocol Message-ID: <20161110012249.ed56ik6kdffoikym@rob-hp-laptop> References: <1478148731-11712-1-git-send-email-sudeep.holla@arm.com> <1478148731-11712-7-git-send-email-sudeep.holla@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478148731-11712-7-git-send-email-sudeep.holla@arm.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1034 Lines: 26 On Wed, Nov 02, 2016 at 10:52:09PM -0600, Sudeep Holla wrote: > This patch adds specific compatible to support legacy SCPI protocol. > > 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 I'd prefer that we explicitly enumerate the old versions. Are there many? Rob