Skip to content

Commit

Permalink
ARM: dts: rename alias for i2c_ak8975 label for exynos4412-trats2
Browse files Browse the repository at this point in the history
The i2c_ak8975 controller uses label i2c8.
This alias is already used for I2C controller 8 defined
in file arch/arm/boot/dts/exynos4.dtsi.

This patch renames a label for i2c_ak8975 to i2c9.

Signed-off-by: Tomasz Stanislawski <t.stanislaws@samsung.com>
Reviewed-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Tomasz Stanislawski authored and Kukjin Kim committed May 8, 2014
1 parent 9c869d1 commit 6af2ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/exynos4412-trats2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
compatible = "samsung,trats2", "samsung,exynos4412", "samsung,exynos4";

aliases {
i2c8 = &i2c_ak8975;
i2c9 = &i2c_ak8975;
};

memory {
Expand Down

0 comments on commit 6af2ba9

Please sign in to comment.