arm64: dts: exynos: Rename Multi Core Timer node to "timer" on Exynos5433
authorKrzysztof Kozlowski <krzk@kernel.org>
Mon, 23 Sep 2019 16:14:06 +0000 (18:14 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Tue, 1 Oct 2019 19:04:47 +0000 (21:04 +0200)
The device node name should reflect generic class of a device so rename
the Multi Core Timer node from "mct" to "timer".  This will be also in
sync with upcoming DT schema.  No functional change.

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm64/boot/dts/exynos/exynos5433.dtsi

index 7b05f50..6721966 100644 (file)
                        status = "disabled";
                };
 
-               mct@101c0000 {
+               timer@101c0000 {
                        compatible = "samsung,exynos4210-mct";
                        reg = <0x101c0000 0x800>;
                        interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,