Skip to content

Commit

Permalink
ARM: dts: exynos: Use phandle to get parent node in exynos5250-snow
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Krzysztof Kozlowski authored and Krzysztof Kozlowski committed May 31, 2016
1 parent 61e471f commit e3daf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos5250-snow-common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down

0 comments on commit e3daf8e

Please sign in to comment.