Re: [PATCH v2 1/4] gpio: mvebu: Fix check for pwm support on non-A8K platforms

From: Bartosz Golaszewski
Date: Mon Sep 26 2022 - 03:20:55 EST


On Thu, Jul 14, 2022 at 8:33 PM Pali Rohár <pali@xxxxxxxxxx> wrote:
>
> pwm support incompatible with Armada 80x0/70x0 API is not only in
> Armada 370, but also in Armada XP, 38x and 39x. So basically every non-A8K
> platform. Fix check for pwm support appropriately.
>
> Fixes: 85b7d8abfec7 ("gpio: mvebu: add pwm support for Armada 8K/7K")
> Signed-off-by: Pali Rohár <pali@xxxxxxxxxx>
>
> ---
> Changes in v2:
> * reverse the if/else order per Baruch request

Applied, thanks!

Bart