]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: imx6dl: add alias for I2C4 bus
authorVladimir Zapolskiy <vladimir_zapolskiy@mentor.com>
Wed, 29 Oct 2014 14:36:30 +0000 (16:36 +0200)
committerShawn Guo <shawn.guo@linaro.org>
Sun, 23 Nov 2014 07:08:08 +0000 (15:08 +0800)
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>
arch/arm/boot/dts/imx6dl.dtsi

index b453e0e28aeec5d537e4b4da0f664f36d946bb70..44d887656712d467fe2bdce345700b281534a970 100644 (file)
 #include "imx6qdl.dtsi"
 
 / {
+       aliases {
+               i2c3 = &i2c4;
+       };
+
        cpus {
                #address-cells = <1>;
                #size-cells = <0>;