Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751534AbdFGNff (ORCPT ); Wed, 7 Jun 2017 09:35:35 -0400 Received: from mail-wm0-f49.google.com ([74.125.82.49]:37989 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751444AbdFGNfe (ORCPT ); Wed, 7 Jun 2017 09:35:34 -0400 Subject: Re: [PATCH 1/2] dt-bindings: pwm: meson: add comptabible for gxbb ao pwms To: Jerome Brunet , Thierry Reding , Kevin Hilman References: <20170607133013.4766-1-jbrunet@baylibre.com> <20170607133013.4766-2-jbrunet@baylibre.com> Cc: Carlo Caione , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org From: Neil Armstrong Organization: Baylibre Message-ID: <03abf531-879c-7727-a96b-d11232603478@baylibre.com> Date: Wed, 7 Jun 2017 15:35:29 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170607133013.4766-2-jbrunet@baylibre.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1134 Lines: 27 On 06/07/2017 03:30 PM, Jerome Brunet wrote: > Add compatible string to properly handle the PWMs found in the AO domain > of the gxbb (and gxl) family > > Signed-off-by: Jerome Brunet > --- > Documentation/devicetree/bindings/pwm/pwm-meson.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/pwm/pwm-meson.txt b/Documentation/devicetree/bindings/pwm/pwm-meson.txt > index 5376a4468cb6..5b07bebbf6f7 100644 > --- a/Documentation/devicetree/bindings/pwm/pwm-meson.txt > +++ b/Documentation/devicetree/bindings/pwm/pwm-meson.txt > @@ -2,7 +2,9 @@ Amlogic Meson PWM Controller > ============================ > > Required properties: > -- compatible: Shall contain "amlogic,meson8b-pwm" or "amlogic,meson-gxbb-pwm". > +- compatible: Shall contain "amlogic,meson8b-pwm" > + or "amlogic,meson-gxbb-pwm" > + or "amlogic,meson-gxbb-ao-pwm" > - #pwm-cells: Should be 3. See pwm.txt in this directory for a description of > the cells format. > > Acked-by: Neil Armstrong