diff options
author | Douglas Anderson <dianders@chromium.org> | 2015-09-02 23:25:48 +0200 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-09-13 14:21:39 +0200 |
commit | a797451b3a595759b4df48150e611237d4bd204a (patch) | |
tree | fe7479cfd28e924858c7924506c5d5d35b5247de | |
parent | Linux 4.3-rc1 (diff) | |
download | linux-a797451b3a595759b4df48150e611237d4bd204a.tar.xz linux-a797451b3a595759b4df48150e611237d4bd204a.zip |
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>
-rw-r--r-- | arch/arm/boot/dts/rk3288-veyron.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index 2fa7a0dc83f7..275c78ccc0f3 100644 --- a/arch/arm/boot/dts/rk3288-veyron.dtsi +++ b/arch/arm/boot/dts/rk3288-veyron.dtsi @@ -158,6 +158,7 @@ }; &hdmi { + ddc-i2c-bus = <&i2c5>; status = "okay"; }; |