From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755657AbcHXTF1 (ORCPT ); Wed, 24 Aug 2016 15:05:27 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:34365 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750969AbcHXTFY (ORCPT ); Wed, 24 Aug 2016 15:05:24 -0400 Date: Wed, 24 Aug 2016 21:05:19 +0200 From: Krzysztof Kozlowski To: Milo Kim Cc: Kukjin Kim , Krzysztof Kozlowski , David Airlie , devicetree@vger.kernel.org, linux-samsung-soc@vger.kernel.org, Joonyoung Shim , Seung-Woo Kim , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Inki Dae , Kyungmin Park , Rob Herring , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH v3 1/5] ARM: dts: exynos: Enable HDMI for Arndale Octa board Message-ID: <20160824190519.GA30097@kozik-book> References: <1472044039-16536-1-git-send-email-woogyom.kim@gmail.com> <1472044039-16536-2-git-send-email-woogyom.kim@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1472044039-16536-2-git-send-email-woogyom.kim@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 24, 2016 at 10:07:15PM +0900, Milo Kim wrote: > * GPIO for HDMI hot plug detect > GPX3_7 is used. The HPD awareness is done when the GPIO is active high and > single ended. > > * Enable HDMI block in Exynos5420 > HDMI VDD and PLL consume 1.0V LDO6 (PVDD_ANAIP_1V0) and HDMI oscillator > requires 1.8V LDO7 (PVDD_ANAIP_1V8). > > * Support HDMI display data channel > I2C #2 is assigned for the HDMI DDC. It enables the EDID access. > > Cc: Kukjin Kim > Cc: Krzysztof Kozlowski > Cc: Rob Herring > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-samsung-soc@vger.kernel.org > Cc: linux-kernel@vger.kernel.org > Signed-off-by: Milo Kim > --- > arch/arm/boot/dts/exynos5420-arndale-octa.dts | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/arch/arm/boot/dts/exynos5420-arndale-octa.dts b/arch/arm/boot/dts/exynos5420-arndale-octa.dts > index 39a3b81..2fb5708 100644 > --- a/arch/arm/boot/dts/exynos5420-arndale-octa.dts > +++ b/arch/arm/boot/dts/exynos5420-arndale-octa.dts > @@ -70,6 +70,19 @@ > status = "disabled"; > }; > First of all - it looks like these DTS patches do not depend on DRM part, do they? > +&hdmi { > + hpd-gpios = <&gpx3 7 GPIO_OPEN_SOURCE>; Are you sure it is open-source type? > + vdd_osc-supply = <&ldo7_reg>; > + vdd_pll-supply = <&ldo6_reg>; > + vdd-supply = <&ldo6_reg>; > + ddc = <&i2c_2>; > + status = "okay"; > +}; > + > +&i2c_2 { > + status = "okay"; Hm, what is connected here? Please put it in alphabetical order (so after hsi2c_4). Best regards, Krzysztof