diff options
author | Douglas Anderson <dianders@chromium.org> | 2015-09-02 14:25:48 -0700 |
---|---|---|
committer | Heiko Stuebner <heiko@sntech.de> | 2015-09-13 14:21:39 +0200 |
commit | a797451b3a595759b4df48150e611237d4bd204a (patch) | |
tree | fe7479cfd28e924858c7924506c5d5d35b5247de /arch | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) | |
download | blackbird-op-linux-a797451b3a595759b4df48150e611237d4bd204a.tar.gz blackbird-op-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>
Diffstat (limited to 'arch')
-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"; }; |