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>
This commit is contained in:
Vladimir Zapolskiy 2014-10-29 16:36:30 +02:00 committed by Shawn Guo
parent 52bc34622e
commit 225fc6d281
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@
#include "imx6qdl.dtsi" #include "imx6qdl.dtsi"
/ { / {
aliases {
i2c3 = &i2c4;
};
cpus { cpus {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;