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]>

[ upstream commit: ..... ]

(cherry picked from commit .....)
---
 dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts 
b/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts
index f736888474e7..d4f364ec8685 100644
--- a/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts
+++ b/dts/upstream/src/arm/st/ste-ux500-samsung-golden.dts
@@ -510,7 +510,7 @@
        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_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 */

-- 
2.55.0

Reply via email to