]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: mt6797: Fix mmsys node name
authorMatthias Brugger <matthias.bgg@gmail.com>
Mon, 18 May 2020 11:31:56 +0000 (13:31 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 20 May 2020 10:49:07 +0000 (12:49 +0200)
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 <matthias.bgg@gmail.com>
Reviewed-by: Chun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://lore.kernel.org/r/20200518113156.25009-4-matthias.bgg@kernel.org
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt6797.dtsi

index 9fa2214b353e28e4b20cdd72de9cc0daa7e033dc..15616231022a242da08963ae45ee4c68ef591f10 100644 (file)
                status = "disabled";
        };
 
-       mmsys: mmsys_config@14000000 {
+       mmsys: syscon@14000000 {
                compatible = "mediatek,mt6797-mmsys", "syscon";
                reg = <0 0x14000000 0 0x1000>;
                #clock-cells = <1>;