Re: [PATCH] ARM: dts: omap: dm816x: Correct pinctrl register

From: Christopher Obbard

Date: Thu Mar 12 2026 - 10:33:10 EST


Hi Andrew,

On Thu, 12 Mar 2026 at 14:17, Andrew Goodbody
<andrew.goodbody@xxxxxxxxxx> wrote:
>
> The delcaration in the pinmux device for the pinctrl registers is not
> correct. These registers are actually 32 bits wide, not 16. Also the
> mask for functional bits is also wrong. Functional bits are 0-4, not
> 0-3. So the mask needs to changed to 0x1f.
>
> This information is taken from the TMS320DM816x DaVinci
> Digital Media Processors Technical Reference Manual.
> SPRUGX8C March 2015
>
> Signed-off-by: Andrew Goodbody <andrew.goodbody@xxxxxxxxxx>

Reviewed-by: Christopher Obbard <christopher.obbard@xxxxxxxxxx>
Tested-by: Christopher Obbard <christopher.obbard@xxxxxxxxxx>


Cheers!

Chris