[PATCH 0/2] arm64: dts: mediatek: mt6359: give regulators unique names
From: David Lechner <dlechner@baylibre.com>
Date: 2026-02-19 22:55:55
Also in:
linux-devicetree, linux-mediatek, lkml
From: David Lechner <dlechner@baylibre.com>
Date: 2026-02-19 22:55:55
Also in:
linux-devicetree, linux-mediatek, lkml
While working on this regulator in U-Boot, I noticed that the regulator
names were not unique. This is considered an error in U-Boot and we get
the following error messages:
mt6359_regulator ldo_vrfck_1: 'regulator-name' has nonunique value: 'vrfck
mt6359_regulator ldo_vemc_1: 'regulator-name' has nonunique value: 'vemc
To fix, we add the _1 suffix regulator-name devicetree property to match
the same pattern seen in the node names.
Signed-off-by: David Lechner <dlechner@baylibre.com>
---
David Lechner (2):
arm64: dts: mediatek: mt6359: give regulators unique names
dt-bindings: regulator: mt6359: make regulator names unique
Documentation/devicetree/bindings/regulator/mt6359-regulator.yaml | 4 ++--
arch/arm64/boot/dts/mediatek/mt6359.dtsi | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
---
base-commit: 44982d352c33767cd8d19f8044e7e1161a587ff7
change-id: 20260219-mtk-mt6359-fix-regulator-names-cea2ddc697f3
Best regards,
--
David Lechner [off-list ref]