mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
arm64: dts: mediatek: mt8173: Fix some node names
Some node names are incorrect, causing DT validations due to mismatches. Fixes:b3a3724841
("arm64: dts: Add mediatek MT8173 SoC and evaluation board dts and Makefile") Fixes:f2ce701495
("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>
This commit is contained in:
parent
46ad360020
commit
be035e4a26
1 changed files with 3 additions and 3 deletions
|
@ -352,14 +352,14 @@
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
infracfg: power-controller@10001000 {
|
infracfg: clock-controller@10001000 {
|
||||||
compatible = "mediatek,mt8173-infracfg", "syscon";
|
compatible = "mediatek,mt8173-infracfg", "syscon";
|
||||||
reg = <0 0x10001000 0 0x1000>;
|
reg = <0 0x10001000 0 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
#reset-cells = <1>;
|
#reset-cells = <1>;
|
||||||
};
|
};
|
||||||
|
|
||||||
pericfg: power-controller@10003000 {
|
pericfg: clock-controller@10003000 {
|
||||||
compatible = "mediatek,mt8173-pericfg", "syscon";
|
compatible = "mediatek,mt8173-pericfg", "syscon";
|
||||||
reg = <0 0x10003000 0 0x1000>;
|
reg = <0 0x10003000 0 0x1000>;
|
||||||
#clock-cells = <1>;
|
#clock-cells = <1>;
|
||||||
|
@ -564,7 +564,7 @@
|
||||||
memory-region = <&vpu_dma_reserved>;
|
memory-region = <&vpu_dma_reserved>;
|
||||||
};
|
};
|
||||||
|
|
||||||
sysirq: intpol-controller@10200620 {
|
sysirq: interrupt-controller@10200620 {
|
||||||
compatible = "mediatek,mt8173-sysirq",
|
compatible = "mediatek,mt8173-sysirq",
|
||||||
"mediatek,mt6577-sysirq";
|
"mediatek,mt6577-sysirq";
|
||||||
interrupt-controller;
|
interrupt-controller;
|
||||||
|
|
Loading…
Add table
Reference in a new issue