diff options
author | Vladimir Zapolskiy <vladimir_zapolskiy@mentor.com> | 2014-10-29 10:36:30 -0400 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2014-11-23 02:08:08 -0500 |
commit | 225fc6d2817bcd086c1316fb84c9b706772daf7c (patch) | |
tree | 347e5e214d2b9ad574bb8631ffa4961a962ca355 /arch/arm/boot/dts/imx6dl.dtsi | |
parent | 52bc34622e20b3a074de570e475e166e5d375e5b (diff) |
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/boot/dts/imx6dl.dtsi')
-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 @@ | |||
13 | #include "imx6qdl.dtsi" | 13 | #include "imx6qdl.dtsi" |
14 | 14 | ||
15 | / { | 15 | / { |
16 | aliases { | ||
17 | i2c3 = &i2c4; | ||
18 | }; | ||
19 | |||
16 | cpus { | 20 | cpus { |
17 | #address-cells = <1>; | 21 | #address-cells = <1>; |
18 | #size-cells = <0>; | 22 | #size-cells = <0>; |