Re: [PATCH v2 8/8] arm: u8500: Give Golden panel regulators unique names
Stephan Gerhold <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <aoM7BEBLYau0Y_ux__2048.1745292031$1786985241$gmane$org@linaro.org> |
On Mon, Aug 17, 2026 at 11:31:57AM +0200, Linus Walleij wrote: > The Golden device tree gives both fixed panel supplies the same > regulator-name. U-Boot requires regulator names to be unique and aborts > driver-model initialization when binding the second supply. > > Add a U-Boot overlay assigning distinct names to the 1.8 V and 3.0 V > supplies. Include the common U8500 overlay since a board-specific > overlay takes precedence over it. > > Signed-off-by: Linus Walleij <[email protected]> I think it's a bit awkward to have multiple regulators with the same name, even on Linux when looking at debugfs for example. Can you make this change on the Linux side and backport it here? Or maybe we can use the regulator names from the schematics if we have that (I don't remember :') ). Thanks, Stephan