Re: [PATCH v2 1/8] dt-bindings: pwm: samsung: Do not require interrupts on Exynos SoCs

From: Rob Herring
Date: Mon Jul 13 2020 - 22:46:57 EST


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 <alim.akhtar@xxxxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> ---
>
> Changes since v1:
> 1. New patch
> ---
> .../devicetree/bindings/pwm/pwm-samsung.yaml | 23 +++++++++++++++----
> 1 file changed, 18 insertions(+), 5 deletions(-)
>

Applied, thanks!