Skip to content

Commit 0607a30

Browse files
committed
arm64: dts: mt6797: Fix mmsys node name
Node names are supposed to match the class of the device. The mmsys node is a syscon as it provides more then just a clock controller. Update the name. Signed-off-by: Matthias Brugger <[email protected]> Reviewed-by: Chun-Kuang Hu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent ae167ae commit 0607a30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
status = "disabled";
447447
};
448448

449-
mmsys: mmsys_config@14000000 {
449+
mmsys: syscon@14000000 {
450450
compatible = "mediatek,mt6797-mmsys", "syscon";
451451
reg = <0 0x14000000 0 0x1000>;
452452
#clock-cells = <1>;

0 commit comments

Comments
 (0)