Re: [PATCH v2] spi: cs42l43: Use actual ACPI firmware node for chip selects
From: Bartosz Golaszewski
Date: Thu Nov 20 2025 - 07:48:53 EST
On Thu, Nov 20, 2025 at 1:42 PM Charles Keepax
<ckeepax@xxxxxxxxxxxxxxxxxxxxx> wrote:
>
> On Thu, Nov 20, 2025 at 01:50:50PM +0200, Andy Shevchenko wrote:
> > On Thu, Nov 20, 2025 at 10:59:07AM +0000, Charles Keepax wrote:
> > > + struct property_entry props[] = {
> > > + PROPERTY_ENTRY_REF_ARRAY_LEN("cs-gpios", args, ARRAY_SIZE(args)),
> >
> > No need to open code PROPERTY_ENTRY_REF_ARRAY().
>
> Sorry yes forgot to put that back when I switched back from the
> dynamic allocated ones. Bart let me know if you want a v3, or
> happy to let you fix this up when you pull it into your chain?
>
I'll fix it myself.
Bart