Skip to content

Commit

Permalink
ARM: dts: imx6dl: add alias for I2C4 bus
Browse files Browse the repository at this point in the history
On registration I2C bus drivers attemp to get ids from device tree
aliases, add a missing alias for I2C4 found on iMX6 DualLite/Solo.

Signed-off-by: Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
  • Loading branch information
Vladimir Zapolskiy authored and Shawn Guo committed Nov 23, 2014
1 parent 52bc346 commit 225fc6d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/arm/boot/dts/imx6dl.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#include "imx6qdl.dtsi"

/ {
aliases {
i2c3 = &i2c4;
};

cpus {
#address-cells = <1>;
#size-cells = <0>;
Expand Down

0 comments on commit 225fc6d

Please sign in to comment.