[PATCH] ARM: dts: ux500: Make panel regulators have unique names
Linus Walleij <[email protected]>
| Newsgroups | org.kernel.vger.linux-devicetree,org.infradead.lists.linux-arm-kernel |
|---|---|
| Message-ID | <[email protected]> |
U-Boot is not happy about regulators with the same name though Linux can deal with it. Make the names unique, it's more elegant. Link: https://lore.kernel.org/u-boot/[email protected]/ Signed-off-by: Linus Walleij <[email protected]> --- arch/arm/boot/dts/st/ste-ux500-samsung-golden.dts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/st/ste-ux500-samsung-golden.dts b/arch/arm/boot/dts/st/ste-ux500-samsung-golden.dts index f736888474e7..d4f364ec8685 100644 --- a/arch/arm/boot/dts/st/ste-ux500-samsung-golden.dts +++ b/arch/arm/boot/dts/st/ste-ux500-samsung-golden.dts @@ -510,7 +510,7 @@ wl_reg_on: regulator-wl-reg-on { panel_reg_1v8: regulator-panel-1v8 { compatible = "regulator-fixed"; - regulator-name = "panel-fixed-supply"; + regulator-name = "panel-fixed-supply-1v8"; regulator-min-microvolt = <1800000>; regulator-max-microvolt = <1800000>; /* GPIO219 */ @@ -527,7 +527,7 @@ panel_reg_1v8: regulator-panel-1v8 { panel_reg_3v0: regulator-panel-3v0 { compatible = "regulator-fixed"; - regulator-name = "panel-fixed-supply"; + regulator-name = "panel-fixed-supply-3v0"; regulator-min-microvolt = <3000000>; regulator-max-microvolt = <3000000>; /* GPIO219 */ --- base-commit: dc59e4fea9d83f03bad6bddf3fa2e52491777482 change-id: 20260816-ux500-dts-fixes-cd93fa2bd985 Best regards, -- Linus Walleij <[email protected]>