diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-05-13 12:24:35 +0200 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-06-03 02:56:21 +0200 |
commit | 9c41221e742291584d3504aed627aaf8069ed3e6 (patch) | |
tree | 3722b587fc48f5ae54518e50106b632921613931 /arch/arm/boot/dts/exynos4210.dtsi | |
parent | Merge branch 'v4.2-next/dt-samsung-3rd' into v4.2-next/dt-samsung-4th (diff) | |
download | linux-9c41221e742291584d3504aed627aaf8069ed3e6.tar.xz linux-9c41221e742291584d3504aed627aaf8069ed3e6.zip |
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/exynos4210.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos4210.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/exynos4210.dtsi b/arch/arm/boot/dts/exynos4210.dtsi index be89f83f70e7..76b84852f29c 100644 --- a/arch/arm/boot/dts/exynos4210.dtsi +++ b/arch/arm/boot/dts/exynos4210.dtsi @@ -62,7 +62,7 @@ #clock-cells = <1>; }; - sysram@02020000 { + sysram: sysram@02020000 { compatible = "mmio-sram"; reg = <0x02020000 0x20000>; #address-cells = <1>; @@ -107,7 +107,7 @@ <0 12 0>, <0 13 0>, <0 14 0>, <0 15 0>; }; - mct@10050000 { + mct: mct@10050000 { compatible = "samsung,exynos4210-mct"; reg = <0x10050000 0x800>; interrupt-parent = <&mct_map>; @@ -189,7 +189,7 @@ }; }; - g2d@12800000 { + g2d: g2d@12800000 { compatible = "samsung,s5pv210-g2d"; reg = <0x12800000 0x1000>; interrupts = <0 89 0>; |