[PATCH 0/2] arm64: dts: mediatek: mt6359: give regulators unique names

From: David Lechner

Date: Thu Feb 19 2026 - 17:56:09 EST


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@xxxxxxxxxxxx>
---
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 <dlechner@xxxxxxxxxxxx>