ARM: dts: Add missing aliases entry for i2c-mhl node
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Fri, 11 Apr 2014 09:08:34 +0000 (11:08 +0200)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:27 +0000 (11:47 +0900)
This fixes regression introduced in commit 10d282f12d57a467a83a
ARM: exynos: dts: cleanup the dts file for trats2

Without an alias the i2c-mhl get dynamically assigned an I2C bus
id 0 which is assigned in DT to the I2C0 hardware controller.
As a result I2C0 hardware controller fails to initialize which
in turn breaks the camera subsystem driver initialization.

Change-Id: I92c254cc1d93899b277761b750b0e657c2daad95
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
arch/arm/boot/dts/exynos4412-trats2.dts

index 77b5085..21bedb4 100644 (file)
                i2c11 = &i2c_fuel;
                /* 15...16 reserved for i2c0_isp, i2c1_isp */
                i2c16 = &i2c1_isp;
+               i2c17 = &i2c_mhl;
                i2c20 = &i2c_touch_key;
                i2c21 = &i2c_cm36651;
        };
                vin-supply = <&buck7_reg>;
        };
 
-       i2c-mhl {
+       i2c_mhl: i2c-mhl {
                compatible = "i2c-gpio";
                gpios = <&gpf0 4 0 &gpf0 6 0>;
                i2c-gpio,delay-us = <100>;