Unverified Commit beb06b72 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by AngeloGioacchino Del Regno
Browse files

arm64: dts: mediatek: mt8173-elm: Fix MT6397 PMIC sub-node names



The MT6397 PMIC bindings specify exact names for its sub-nodes. The
names used in the current dts don't match, causing a validation error.

Fix up the names. Also drop the label for the regulators node, since
any reference should be against the individual regulator sub-nodes.

Fixes: 689b937b ("arm64: dts: mediatek: add mt8173 elm and hana board")
Signed-off-by: default avatarChen-Yu Tsai <wenst@chromium.org>
Link: https://lore.kernel.org/r/20241210092614.3951748-1-wenst@chromium.org


Signed-off-by: default avatarAngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
parent b99bf07c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -931,7 +931,7 @@ pmic: pmic {
		interrupt-controller;
		#interrupt-cells = <2>;

		clock: mt6397clock {
		clock: clocks {
			compatible = "mediatek,mt6397-clk";
			#clock-cells = <1>;
		};
@@ -942,7 +942,7 @@ pio6397: pinctrl {
			#gpio-cells = <2>;
		};

		regulator: mt6397regulator {
		regulators {
			compatible = "mediatek,mt6397-regulator";

			mt6397_vpca15_reg: buck_vpca15 {
@@ -1108,7 +1108,7 @@ mt6397_vibr_reg: ldo_vibr {
			};
		};

		rtc: mt6397rtc {
		rtc: rtc {
			compatible = "mediatek,mt6397-rtc";
		};
	};