Re: [PATCH v7 05/39] pinctrl: add a Cirrus ep93xx SoC pin controller
From: andy . shevchenko
Date: Sun Feb 04 2024 - 11:57:05 EST
Thu, Jan 18, 2024 at 11:20:48AM +0300, Nikita Shubin kirjoitti:
> Add a pin control (only multiplexing) driver for ep93xx SoC so
> we can fully convert ep93xx to device tree.
>
> This driver is capable of muxing ep9301/ep9302/ep9307/ep9312/ep9315
> variants, this is chosen based on "compatible" in device tree.
..
> +static const unsigned int ide_9312_pins[] = {
> + 78, 301, 302, 321, 322, 342,
> + 257, 295, 296, 334,
> + 4, 24, 25, 45, 46, 66, 314, 333,
> +};
In other cases you locate 8 per each line, why this one is unaligned with that
pattern?
--
With Best Regards,
Andy Shevchenko