[PATCH 02/13] arm64: dts: mediatek: mt6359: Add label for regulator sub-node

From: Chen-Yu Tsai

Date: Fri Mar 20 2026 - 04:45:03 EST


The MT6359 regulator bindings gained supply name properties. Add a label
to the regulator sub-node so that board dts files can reference the node
to set the supplies.

Signed-off-by: Chen-Yu Tsai <wenst@xxxxxxxxxxxx>
---
arch/arm64/boot/dts/mediatek/mt6359.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt6359.dtsi b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
index 1c41c4701319..a3542186fc64 100644
--- a/arch/arm64/boot/dts/mediatek/mt6359.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6359.dtsi
@@ -19,7 +19,7 @@ mt6359codec: audio-codec {
compatible = "mediatek,mt6359-codec";
};

- regulators {
+ mt6359regulators: regulators {
compatible = "mediatek,mt6359-regulator";

mt6359_vs1_buck_reg: buck_vs1 {
--
2.53.0.959.g497ff81fa9-goog