summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/exynos5250-snow-common.dtsi
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2016-05-03 18:49:00 +0200
committerKrzysztof Kozlowski <k.kozlowski@samsung.com>2016-05-31 12:42:37 +0200
commite3daf8e54ce3ce8ad4a6b9d6322db87f700082a0 (patch)
treeecd9fc5afcfb784fe2b68cb233a048909196a19e /arch/arm/boot/dts/exynos5250-snow-common.dtsi
parentARM: dts: exynos: Prepare for inclusion of exynos5.dtsi in exynos5410.dtsi (diff)
downloadlinux-e3daf8e54ce3ce8ad4a6b9d6322db87f700082a0.tar.xz
linux-e3daf8e54ce3ce8ad4a6b9d6322db87f700082a0.zip
ARM: dts: exynos: Use phandle to get parent node in exynos5250-snow
The i2c-arbitrator node in exynos5250-snow-common used absolute path to reference other node (the i2c parent). Use phandle instead, because the depth of the other node may be changed (like moving it under 'soc' node). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com>
Diffstat (limited to 'arch/arm/boot/dts/exynos5250-snow-common.dtsi')
-rw-r--r--arch/arm/boot/dts/exynos5250-snow-common.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos5250-snow-common.dtsi b/arch/arm/boot/dts/exynos5250-snow-common.dtsi
index ddfe1f558c10..419d59da1751 100644
--- a/arch/arm/boot/dts/exynos5250-snow-common.dtsi
+++ b/arch/arm/boot/dts/exynos5250-snow-common.dtsi
@@ -61,7 +61,7 @@
#address-cells = <1>;
#size-cells = <0>;
- i2c-parent = <&{/i2c@12CA0000}>;
+ i2c-parent = <&i2c_4>;
our-claim-gpio = <&gpf0 3 GPIO_ACTIVE_LOW>;
their-claim-gpios = <&gpe0 4 GPIO_ACTIVE_LOW>;