Commit 9f17f839 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

arm64: dts: exynos: Rename Multi Core Timer node to "timer" on Exynos5433

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: default avatarKrzysztof Kozlowski <krzk@kernel.org>
parent 59de78f1
......@@ -703,7 +703,7 @@ tmu_isp: tmu@1007c000 {
status = "disabled";
};
mct@101c0000 {
timer@101c0000 {
compatible = "samsung,exynos4210-mct";
reg = <0x101c0000 0x800>;
interrupts = <GIC_SPI 102 IRQ_TYPE_LEVEL_HIGH>,
......
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