Re: [PATCH v9 00/21] wifi: nxpwifi: create nxpwifi to support
From: Jeff Chen
Date: Thu Feb 05 2026 - 01:49:24 EST
On Wed, Feb 04, 2026 at 09:09:25 PM +0100, Johannes Berg wrote:
> >
> > Devicetree bindings note
> > ------------------------
> >
> > The previous version included a devicetree binding document for
> > `nxp,iw61x.yaml`. Since Device Tree support for this device is optional
> > and not required for current SDIO-based bring-up, the binding has been
> > dropped from this series. A proper schema will be submitted separately
> > once DT usage becomes relevant, so that binding review can be handled
> > in the correct subsystem and without blocking this driver introduction.
>
> You should probably have dropped _all_ the DT/OF *code* as well,
> otherwise what's the point of dropping the binding review when you still
> bake the binding into the code, no?
>
> johannes
>
Hi Johannes,
Thanks for the question. To clarify what changed in v9:
I dropped only the DT binding YAML from this wireless-only series because
bindings are reviewed by the Devicetree subsystem. The driver keeps minimal
and optional OF handling, but SDIO bring-up does not depend on any DT
properties — enumeration is via SDIO VID/PID and the driver works without a
binding.
The plan is to submit the binding YAML (and any DT properties we actually need,
e.g. OOB wake IRQ/regulators) as a separate patchset to the DT maintainers so
review happens in the right subsystem without blocking the wireless review.
jeff