summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos3250.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-09-23 18:15:07 +0200
committerKrzysztof Kozlowski <krzk@kernel.org>2019-10-02 17:39:57 +0200
commitf859a03969a067f60a46699c6427ec087fdd2fce (patch)
tree6403ddb287450c617fa4d7eef3a2304239695a77 /arch/arm/boot/dts/exynos3250.dtsi
parentARM: dts: exynos: Split phandle in dmas property (diff)
downloadlinux-f859a03969a067f60a46699c6427ec087fdd2fce.tar.xz
linux-f859a03969a067f60a46699c6427ec087fdd2fce.zip
ARM: dts: exynos: Rename Multi Core Timer node to "timer"
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>
Diffstat (limited to 'arch/arm/boot/dts/exynos3250.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos3250.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos3250.dtsi b/arch/arm/boot/dts/exynos3250.dtsi
index 190d9160a5d1..06a1c7dd85ed 100644
--- a/arch/arm/boot/dts/exynos3250.dtsi
+++ b/arch/arm/boot/dts/exynos3250.dtsi
@@ -265,7 +265,7 @@
(GIC_CPU_MASK_SIMPLE(4) | IRQ_TYPE_LEVEL_HIGH)>;
};
- mct@10050000 {
+ timer@10050000 {
compatible = "samsung,exynos4210-mct";
reg = <0x10050000 0x800>;
interrupts = <GIC_SPI 218 IRQ_TYPE_LEVEL_HIGH>,