diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-04-12 13:39:04 +0200 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-06-03 02:56:47 +0200 |
commit | 7c23e7e167ab7f3e70c116af6307a84ed04a7b79 (patch) | |
tree | e89bc9f383553456a9e617035da57e2f6ed76d88 /arch/arm/boot/dts/exynos5440.dtsi | |
parent | ARM: dts: exynos5422-odroidxu3: Hook up PWM and use it for LEDs (diff) | |
download | linux-7c23e7e167ab7f3e70c116af6307a84ed04a7b79.tar.xz linux-7c23e7e167ab7f3e70c116af6307a84ed04a7b79.zip |
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/exynos5440.dtsi')
-rw-r--r-- | arch/arm/boot/dts/exynos5440.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/exynos5440.dtsi b/arch/arm/boot/dts/exynos5440.dtsi index 59d9416b3b03..f18b51f2eeaa 100644 --- a/arch/arm/boot/dts/exynos5440.dtsi +++ b/arch/arm/boot/dts/exynos5440.dtsi @@ -279,7 +279,7 @@ clock-names = "usbhost"; }; - pcie@290000 { + pcie_0: pcie@290000 { compatible = "samsung,exynos5440-pcie", "snps,dw-pcie"; reg = <0x290000 0x1000 0x270000 0x1000 @@ -300,7 +300,7 @@ status = "disabled"; }; - pcie@2a0000 { + pcie_1: pcie@2a0000 { compatible = "samsung,exynos5440-pcie", "snps,dw-pcie"; reg = <0x2a0000 0x1000 0x272000 0x1000 |