diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-04-12 14:39:04 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-06-03 03:56:47 +0300 |
commit | 7c23e7e167ab7f3e70c116af6307a84ed04a7b79 (patch) | |
tree | e89bc9f383553456a9e617035da57e2f6ed76d88 /arch/arm/boot/dts/exynos5.dtsi | |
parent | 719f39fec58637cb141d337f22b35d3b8ccd1ff4 (diff) | |
download | linux-7c23e7e167ab7f3e70c116af6307a84ed04a7b79.tar.xz |
ARM: dts: Add labels to exynos5 nodes
Add new labels to certain nodes so they could be easily referenced by
Exynos5 board DTS files.
Signed-off-by: Krzysztof Kozlowski <k.kozlowski.k@gmail.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/exynos5.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/exynos5.dtsi b/arch/arm/boot/dts/exynos5.dtsi index a0cc0b6f8f96..110dbd4fb884 100644 --- a/arch/arm/boot/dts/exynos5.dtsi +++ b/arch/arm/boot/dts/exynos5.dtsi @@ -81,14 +81,14 @@ interrupts = <0 54 0>; }; - rtc@101E0000 { + rtc: rtc@101E0000 { compatible = "samsung,s3c6410-rtc"; reg = <0x101E0000 0x100>; interrupts = <0 43 0>, <0 44 0>; status = "disabled"; }; - fimd@14400000 { + fimd: fimd@14400000 { compatible = "samsung,exynos5250-fimd"; interrupt-parent = <&combiner>; reg = <0x14400000 0x40000>; @@ -98,7 +98,7 @@ status = "disabled"; }; - dp-controller@145B0000 { + dp: dp-controller@145B0000 { compatible = "samsung,exynos5-dp"; reg = <0x145B0000 0x1000>; interrupts = <10 3>; |