Commit 0607a30d authored by Matthias Brugger's avatar Matthias Brugger

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: default avatarMatthias Brugger <matthias.bgg@gmail.com>
Reviewed-by: default avatarChun-Kuang Hu <chunkuang.hu@kernel.org>
Link: https://lore.kernel.org/r/20200518113156.25009-4-matthias.bgg@kernel.orgSigned-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent ae167ae2
......@@ -446,7 +446,7 @@ i2c5: i2c@1101c000 {
status = "disabled";
};
mmsys: mmsys_config@14000000 {
mmsys: syscon@14000000 {
compatible = "mediatek,mt6797-mmsys", "syscon";
reg = <0 0x14000000 0 0x1000>;
#clock-cells = <1>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment