Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756290AbaGaKBO (ORCPT ); Thu, 31 Jul 2014 06:01:14 -0400 Received: from mail-vc0-f170.google.com ([209.85.220.170]:35945 "EHLO mail-vc0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755951AbaGaKBF convert rfc822-to-8bit (ORCPT ); Thu, 31 Jul 2014 06:01:05 -0400 MIME-Version: 1.0 In-Reply-To: <53DA1231.70309@suse.de> References: <1406728244-5105-1-git-send-email-afaerber@suse.de> <1406728244-5105-5-git-send-email-afaerber@suse.de> <53DA0BAA.8090000@suse.de> <53DA1231.70309@suse.de> Date: Thu, 31 Jul 2014 15:31:04 +0530 Message-ID: Subject: Re: [PATCH v3 4/4] ARM: dts: Add exynos5250-spring device tree From: Ajay kumar To: =?UTF-8?Q?Andreas_F=C3=A4rber?= Cc: "linux-samsung-soc@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "devicetree@vger.kernel.org" , Stephan van Schaik , Vincent Palatin , Doug Anderson , Javier Martinez Canillas , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Ben Dooks , Kukjin Kim , LKML , Ajay Kumar Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jul 31, 2014 at 3:23 PM, Andreas Färber wrote: > Hi, > > Am 31.07.2014 11:49, schrieb Ajay kumar: >> On Thu, Jul 31, 2014 at 2:56 PM, Andreas Färber wrote: >>> Am 30.07.2014 15:50, schrieb Andreas Färber: >>>> diff --git a/arch/arm/boot/dts/exynos5250-spring.dts b/arch/arm/boot/dts/exynos5250-spring.dts >>>> new file mode 100644 >>>> index 000000000000..bcca892bf2ff >>>> --- /dev/null >>>> +++ b/arch/arm/boot/dts/exynos5250-spring.dts >>> [...] >>>> +&pinctrl_0 { >>>> + dp_hpd_gpio: dp-hpd-gpio { >>>> + samsung,pins = "gpc3-0"; >>>> + samsung,pin-function = <1>; >>> >>> Not sure where this 1 came from... Both Ajay and my 3.8 DT have 0. >> Right, this should be 0. >> >>>> + samsung,pin-pud = <3>; >>>> + samsung,pin-drv = <0>; >>>> + }; >>> >>> Seeing that Ajay called this node dp-hdp, it should probably be an override? >> dp_hpd should be enough. I will keep the same name for peach boards. >> dp_hpd: dp-hpd { >> . >> . >> . >> }; > > Apart from my own set of typos, I see that you proposed dp-hpd whereas > -pinctrl.dtsi has dp_hpd (dash vs. underscore). My question is, can we > override the pinctrl one instead of adding a new one, or do they need to > coexist? The one in exynos5250-pinctrl.dtsi will be used only for smdk5250/snow. For spring, you can override the same. Ajay -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/