diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-05-13 13:24:35 +0300 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-06-03 03:56:21 +0300 |
commit | 9c41221e742291584d3504aed627aaf8069ed3e6 (patch) | |
tree | 3722b587fc48f5ae54518e50106b632921613931 /arch/arm/boot/dts/exynos4x12.dtsi | |
parent | b9974fa208d9175a6d1d21f6b1068e1779295934 (diff) | |
download | linux-9c41221e742291584d3504aed627aaf8069ed3e6.tar.xz |
ARM: dts: Add labels to exynos4 nodes
Add new labels to certain nodes so they could be easily referenced by
Exynos4 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/exynos4x12.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4x12.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4x12.dtsi b/arch/arm/boot/dts/exynos4x12.dtsi index 72b9a1d744fa..8cd27641cfb7 100644 --- a/arch/arm/boot/dts/exynos4x12.dtsi +++ b/arch/arm/boot/dts/exynos4x12.dtsi @@ -159,7 +159,7 @@ #clock-cells = <1>; }; - g2d@10800000 { + g2d: g2d@10800000 { compatible = "samsung,exynos4212-g2d"; reg = <0x10800000 0x1000>; interrupts = <0 89 0>; |