diff options
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | 2014-10-29 17:36:30 +0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 10:08:08 +0300 |
commit | 225fc6d2817bcd086c1316fb84c9b706772daf7c (patch) | |
tree | 347e5e214d2b9ad574bb8631ffa4961a962ca355 /arch/arm | |
parent | 52bc34622e20b3a074de570e475e166e5d375e5b (diff) | |
download | linux-225fc6d2817bcd086c1316fb84c9b706772daf7c.tar.xz |
ARM: dts: imx6dl: add alias for I2C4 bus
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/imx6dl.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index b453e0e28aee..44d887656712 100644 --- a/arch/arm/boot/dts/imx6dl.dtsi +++ b/arch/arm/boot/dts/imx6dl.dtsi @@ -13,6 +13,10 @@ #include "imx6qdl.dtsi" / { + aliases { + i2c3 = &i2c4; + }; + cpus { #address-cells = <1>; #size-cells = <0>; |