"Rob Herring (Arm)" <robh@xxxxxxxxxx> writes: > On Thu, 10 Oct 2024 14:29:53 +0200, Andreas Kemnade wrote: >> Bring the system into a more defined state and do not rely >> on things being initialized by bootloader. >> >> Changes in V2: >> - better comment strange GPIOs >> - proper names for regulator nodes >> >> Andreas Kemnade (4): >> ARM: dts: omap: omap4-epson-embt2ws: define GPIO regulators >> ARM: dts: omap: omap4-epson-embt2ws: wire up regulators >> ARM: dts: omap: omap4-epson-embt2ws: add unknown gpio outputs >> ARM: dts: omap: omap4-epson-embt2ws: add GPIO expander >> >> .../boot/dts/ti/omap/omap4-epson-embt2ws.dts | 183 +++++++++++++++++- >> 1 file changed, 179 insertions(+), 4 deletions(-) >> >> -- >> 2.39.5 >> >> >> > > > My bot found new DTB warnings on the .dts files added or changed in this > series. > > Some warnings may be from an existing SoC .dtsi. Or perhaps the warnings > are fixed by another series. Ultimately, it is up to the platform > maintainer whether these warnings are acceptable or not. No need to reply > unless the platform maintainer has comments. This seems like not a new warning, but instead a reoccurance of an existing warning due to a phandle rename, so I'm planning to pull this as is. Kevin