Skip to content

Commit 1096c2e

Browse files
wensmehmetb0
authored andcommitted
arm64: dts: mediatek: mt8173: Fix some node names
BugLink: https://bugs.launchpad.net/bugs/2107212 [ Upstream commit be035e4a26edf8fdcbc4fe95d16c28deade13bb0 ] Some node names are incorrect, causing DT validations due to mismatches. Fixes: b3a3724 ("arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile") Fixes: f2ce701 ("arm64: dts: mt8173: Add clock controller device nodes") Cc: Eddie Huang <eddie.huang@mediatek.com> Cc: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Chen-Yu Tsai <wenst@chromium.org> Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Link: https://lore.kernel.org/r/20250108083424.2732375-3-wenst@chromium.org Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> Signed-off-by: Sasha Levin <sashal@kernel.org> Signed-off-by: Manuel Diewald <manuel.diewald@canonical.com> Signed-off-by: Timo Aaltonen <timo.aaltonen@canonical.com>
1 parent f0b064c commit 1096c2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arch/arm64/boot/dts/mediatek/mt8173.dtsi

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,14 +352,14 @@
352352
#clock-cells = <1>;
353353
};
354354

355-
infracfg: power-controller@10001000 {
355+
infracfg: clock-controller@10001000 {
356356
compatible = "mediatek,mt8173-infracfg", "syscon";
357357
reg = <0 0x10001000 0 0x1000>;
358358
#clock-cells = <1>;
359359
#reset-cells = <1>;
360360
};
361361

362-
pericfg: power-controller@10003000 {
362+
pericfg: clock-controller@10003000 {
363363
compatible = "mediatek,mt8173-pericfg", "syscon";
364364
reg = <0 0x10003000 0 0x1000>;
365365
#clock-cells = <1>;
@@ -564,7 +564,7 @@
564564
memory-region = <&vpu_dma_reserved>;
565565
};
566566

567-
sysirq: intpol-controller@10200620 {
567+
sysirq: interrupt-controller@10200620 {
568568
compatible = "mediatek,mt8173-sysirq",
569569
"mediatek,mt6577-sysirq";
570570
interrupt-controller;

0 commit comments

Comments
 (0)