Kaynağa Gözat

ARM: dts: Add ddc i2c reference to veyron

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>
Douglas Anderson 10 yıl önce
ebeveyn
işleme
a797451b3a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      arch/arm/boot/dts/rk3288-veyron.dtsi

+ 1 - 0
arch/arm/boot/dts/rk3288-veyron.dtsi

@@ -158,6 +158,7 @@
 };
 
 &hdmi {
+	ddc-i2c-bus = <&i2c5>;
 	status = "okay";
 };