Re: [PATCH v10 04/38] pinctrl: add a Cirrus ep93xx SoC pin controller
From: Nikita Shubin
Date: Tue Jun 18 2024 - 12:58:29 EST
Hello Linus!
On Tue, 2024-06-18 at 12:27 +0200, Linus Walleij wrote:
> On Mon, Jun 17, 2024 at 11:38 AM Nikita Shubin via B4 Relay
> <devnull+nikita.shubin.maquefel.me@xxxxxxxxxx> wrote:
>
> > From: Nikita Shubin <nikita.shubin@xxxxxxxxxxx>
> >
> > 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.
> >
> > Co-developed-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>
> > Signed-off-by: Alexander Sverdlin <alexander.sverdlin@xxxxxxxxx>
> > Signed-off-by: Nikita Shubin <nikita.shubin@xxxxxxxxxxx>
> > Reviewed-by: Linus Walleij <linus.walleij@xxxxxxxxxx>
>
> Is this patch dependent on the other patches or something I can just
> apply?
Well... it won't work without DT and:
- ARM: ep93xx: add regmap aux_dev
- soc: Add SoC driver for Cirrus ep93xx
And the above will complain if
- dt-bindings: soc: Add Cirrus EP93xx
is missing.
It's harmless and won't be compiled with current platform code, but
will fail to compile if "ARM: ep93xx: add regmap aux_dev" is missing.
>
> Yours,
> Linus Walleij