From: Matthias Brugger <matthias....@gmail.com>

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....@gmail.com>

---

 arch/arm64/boot/dts/mediatek/mt6797.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/mediatek/mt6797.dtsi 
b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
index 136ef9527a0d..3efd032481ce 100644
--- a/arch/arm64/boot/dts/mediatek/mt6797.dtsi
+++ b/arch/arm64/boot/dts/mediatek/mt6797.dtsi
@@ -233,7 +233,7 @@ uart3: serial@11005000 {
                status = "disabled";
        };
 
-       mmsys: mmsys_config@14000000 {
+       mmsys: syscon@14000000 {
                compatible = "mediatek,mt6797-mmsys", "syscon";
                reg = <0 0x14000000 0 0x1000>;
                #clock-cells = <1>;
-- 
2.26.2

Reply via email to