From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756147AbbIBV0s (ORCPT ); Wed, 2 Sep 2015 17:26:48 -0400 Received: from mail-pa0-f53.google.com ([209.85.220.53]:34031 "EHLO mail-pa0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753579AbbIBV0q (ORCPT ); Wed, 2 Sep 2015 17:26:46 -0400 From: Douglas Anderson To: Heiko Stuebner Cc: linux-rockchip@lists.infradead.org, Alexandru Stan , briannorris@chromium.org, ykk@rock-chips.com, mark.yao@rock-chips.com, Douglas Anderson , robh+dt@kernel.org, pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] ARM: dts: Add ddc i2c reference to veyron Date: Wed, 2 Sep 2015 14:25:48 -0700 Message-Id: <1441229148-12095-1-git-send-email-dianders@chromium.org> X-Mailer: git-send-email 2.5.0.457.gab17608 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 --- Note: I noticed that this was wrong but I don't currently have graphics up and running on upstream on veyron. Posting this anyway since it's pretty clear that it's needed. If someone else wants to try it out that'd be nice, otherwise I'll put it on my list to figure out how to get myself setup for graphics upstream. ;) arch/arm/boot/dts/rk3288-veyron.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/rk3288-veyron.dtsi b/arch/arm/boot/dts/rk3288-veyron.dtsi index 2fa7a0d..275c78c 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"; }; -- 2.5.0.457.gab17608