Re: [PATCH v2 2/2] riscv: dts: thead: Enable WiFi on Lichee Pi 4A
Drew Fustini <[email protected]> Wed, 27 May 2026 15:17:26 +0200
| Newsgroups | dev.linux.lists.sashiko,org.kernel.vger.linux-devicetree |
|---|---|
| Message-ID | <ahbu5h61o5ostry1@gen8> |
On Fri, May 08, 2026 at 08:39:53PM +0000, [email protected] wrote: > > +&sdio1 { > > + #address-cells = <1>; > > + #size-cells = <0>; > > This isn't a bug, but since this node does not contain any child nodes, > will including #address-cells and #size-cells trigger the dtc compiler > warning for avoid_unnecessary_addr_size? There are no dtbs_check W=1 warning or errors. Drew