[PATCH v4 2/4] pwm: sun50i: Add H616 PWM support

bigunclemax at gmail.com bigunclemax at gmail.com
Mon Apr 13 05:39:20 PDT 2026


Hi Richard,

> +
> +/* PWM Capture Fall Lock Register */
> +#define H616_PWM_CFLR(x)		(0x74 + (x) * 0x20)
> +
> +#define H616_PWM_PAIR_IDX(chan)		((chan) >> 2)
> +

It looks like there's a typo or a mistake in the PAIR_IDX calculation.
It should be like ((chan) >> 1).
For example, for the 5th channel the result will be 1, but it should be 2.

Best regards
Maksim



More information about the linux-arm-kernel mailing list