From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 1/8] dt-bindings: pwm: samsung: Do not require interrupts on Exynos SoCs Date: Mon, 13 Jul 2020 20:46:52 -0600 Message-ID: <20200714024652.GA1184042@bogus> References: <20200702155149.12854-1-krzk@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-io1-f67.google.com ([209.85.166.67]:40079 "EHLO mail-io1-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726742AbgGNCqz (ORCPT ); Mon, 13 Jul 2020 22:46:55 -0400 Content-Disposition: inline In-Reply-To: <20200702155149.12854-1-krzk@kernel.org> Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: Krzysztof Kozlowski Cc: Thierry Reding , Lee Jones , Chanwoo Choi , Rob Herring , linux-pwm@vger.kernel.org, linux-kernel@vger.kernel.org, Bartlomiej Zolnierkiewicz , Pankaj Dubey , Marek Szyprowski , Kukjin Kim , Alim Akhtar , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , devicetree@vger.kernel.org, Sylwester Nawrocki , linux-samsung-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org On Thu, 02 Jul 2020 17:51:42 +0200, Krzysztof Kozlowski wrote: > The bindings required interrupts for all SoCs but actually only the PWM > timer clocksource (for S3C/S5P SoCs) was using them. This PWM timer > clocksource driver is not used on Exynos SoCs thus the interrupts can be > marked as optional. > > Reported-by: Alim Akhtar > Signed-off-by: Krzysztof Kozlowski > > --- > > Changes since v1: > 1. New patch > --- > .../devicetree/bindings/pwm/pwm-samsung.yaml | 23 +++++++++++++++---- > 1 file changed, 18 insertions(+), 5 deletions(-) > Applied, thanks!