Skip to content
Snippets Groups Projects
Commit 0e1b68e9 authored by Enric Balletbo i Serra's avatar Enric Balletbo i Serra Committed by Gustavo Padovan
Browse files

arm64: dts: mt8173: Fix mmsys node name


Node names are supposed to match the class of the device, mmsys is a
system controller (syscon) not a clock controller, so change the node
name accordingly.

Signed-off-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: default avatarChun-Kuang Hu <chunkuang.hu@kernel.org>
parent 8b448cc7
No related branches found
No related tags found
No related merge requests found
......@@ -909,7 +909,7 @@ u2port1: usb-phy@11291000 {
};
};
mmsys: clock-controller@14000000 {
mmsys: syscon@14000000 {
compatible = "mediatek,mt8173-mmsys", "syscon";
reg = <0 0x14000000 0 0x1000>;
power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment