diff options
author | Krzysztof Kozlowski <k.kozlowski.k@gmail.com> | 2015-04-17 15:53:08 +0200 |
---|---|---|
committer | Kukjin Kim <kgene@kernel.org> | 2015-06-03 02:56:52 +0200 |
commit | 01997e3eb629e4aa82998147a66f10700aad98cb (patch) | |
tree | 754bf8c477bedcf2256ef88c9ce6bede8c75e7b7 /arch/arm/boot/dts/exynos5440-sd5v1.dts | |
parent | ARM: dts: Use labels for overriding nodes in exynos5420-smdk5420 (diff) | |
download | linux-01997e3eb629e4aa82998147a66f10700aad98cb.tar.xz linux-01997e3eb629e4aa82998147a66f10700aad98cb.zip |
ARM: dts: Use labels for overriding nodes in exynos5440 boards
Usage of labels instead of full paths reduces possible mistakes when
overriding nodes.
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-sd5v1.dts')
-rw-r--r-- | arch/arm/boot/dts/exynos5440-sd5v1.dts | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/boot/dts/exynos5440-sd5v1.dts b/arch/arm/boot/dts/exynos5440-sd5v1.dts index 268609a42b2c..a98501bab6fc 100644 --- a/arch/arm/boot/dts/exynos5440-sd5v1.dts +++ b/arch/arm/boot/dts/exynos5440-sd5v1.dts @@ -27,13 +27,13 @@ }; }; - gmac: ethernet@00230000 { - fixed_phy; - phy_addr = <1>; - }; - spi { status = "disabled"; }; }; + +&gmac { + fixed_phy; + phy_addr = <1>; +}; |