ARM: dts: Add ddc i2c reference to veyron
authorDouglas Anderson <dianders@chromium.org>
Wed, 2 Sep 2015 21:25:48 +0000 (14:25 -0700)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 13 Sep 2015 12:21:39 +0000 (14:21 +0200)
The ddc-i2c-bus property was missing from the veyron dtsi file since
downstream the ddc-i2c-bus was still being specified in rk3288.dtsi and
nobody noticed when the veyron dtsi was sent upstream.  Add it.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Tested-by: Brian Norris <briannorris@chromium.org>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm/boot/dts/rk3288-veyron.dtsi

index 2fa7a0d..275c78c 100644 (file)
 };
 
 &hdmi {
+       ddc-i2c-bus = <&i2c5>;
        status = "okay";
 };