From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn Subject: Re: [PATCH v3 1/4] gpio: mvebu: Add limited PWM support Date: Fri, 24 Mar 2017 15:23:36 +0100 Message-ID: <20170324142336.GI28518@lunn.ch> References: <20170324141815.7252-1-ralph.sennhauser@gmail.com> <20170324141815.7252-2-ralph.sennhauser@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20170324141815.7252-2-ralph.sennhauser-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ralph Sennhauser Cc: linux-gpio-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Imre Kaloz , Thierry Reding , Linus Walleij , Alexandre Courbot , Rob Herring , Mark Rutland , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Russell King , linux-pwm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: linux-gpio@vger.kernel.org Hi Ralph > +- #pwm-cells: Should be one. The first cell is the pin number. > + #pwm-cells = <2>; You missed updating the example. -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Fri, 24 Mar 2017 15:23:36 +0100 Subject: [PATCH v3 1/4] gpio: mvebu: Add limited PWM support In-Reply-To: <20170324141815.7252-2-ralph.sennhauser@gmail.com> References: <20170324141815.7252-1-ralph.sennhauser@gmail.com> <20170324141815.7252-2-ralph.sennhauser@gmail.com> Message-ID: <20170324142336.GI28518@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Ralph > +- #pwm-cells: Should be one. The first cell is the pin number. > + #pwm-cells = <2>; You missed updating the example. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936272AbdCXOX4 (ORCPT ); Fri, 24 Mar 2017 10:23:56 -0400 Received: from vps0.lunn.ch ([178.209.37.122]:59913 "EHLO vps0.lunn.ch" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936242AbdCXOXp (ORCPT ); Fri, 24 Mar 2017 10:23:45 -0400 Date: Fri, 24 Mar 2017 15:23:36 +0100 From: Andrew Lunn To: Ralph Sennhauser Cc: linux-gpio@vger.kernel.org, Imre Kaloz , Thierry Reding , Linus Walleij , Alexandre Courbot , Rob Herring , Mark Rutland , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , Russell King , linux-pwm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 1/4] gpio: mvebu: Add limited PWM support Message-ID: <20170324142336.GI28518@lunn.ch> References: <20170324141815.7252-1-ralph.sennhauser@gmail.com> <20170324141815.7252-2-ralph.sennhauser@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170324141815.7252-2-ralph.sennhauser@gmail.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ralph > +- #pwm-cells: Should be one. The first cell is the pin number. > + #pwm-cells = <2>; You missed updating the example.