From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tomasz Figa Subject: Re: [PATCH v7 1/3] ARM: EXYNOS: initial board support for exynos5260 SoC Date: Wed, 09 Apr 2014 11:04:41 +0200 Message-ID: <53450D29.7020207@samsung.com> References: <1396519224-18712-1-git-send-email-rahul.sharma@samsung.com> <1396519224-18712-2-git-send-email-rahul.sharma@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailout3.w1.samsung.com ([210.118.77.13]:59655 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758306AbaDIJFL (ORCPT ); Wed, 9 Apr 2014 05:05:11 -0400 In-reply-to: Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: Sachin Kamat , Rahul Sharma Cc: linux-samsung-soc , "devicetree@vger.kernel.org" , linux-arm-kernel , Kukjin Kim , Tomasz Figa , sunil joshi , Rahul Sharma , Pankaj Dubey On 07.04.2014 10:38, Sachin Kamat wrote: > Hi Rahul, > > On 3 April 2014 15:30, Rahul Sharma wrote: >> From: Pankaj Dubey >> >> This patch add basic arch side support for exynos5260 SoC. > > >> @@ -374,6 +374,7 @@ static char const *exynos_dt_compat[] __initconst = { >> "samsung,exynos4412", >> "samsung,exynos5", >> "samsung,exynos5250", >> + "samsung,exynos5260", > > I don't think we should be adding this as we do not yet have any soc > specific quirk. > Compatibility to generic string, "samsung,exynos5" should be sufficient. > Yes. Unless a SoC specific quirk that needs to be handled at such low level stage emerges, there is no need to add such compatible string to the kernel. Best regards, Tomasz From mboxrd@z Thu Jan 1 00:00:00 1970 From: t.figa@samsung.com (Tomasz Figa) Date: Wed, 09 Apr 2014 11:04:41 +0200 Subject: [PATCH v7 1/3] ARM: EXYNOS: initial board support for exynos5260 SoC In-Reply-To: References: <1396519224-18712-1-git-send-email-rahul.sharma@samsung.com> <1396519224-18712-2-git-send-email-rahul.sharma@samsung.com> Message-ID: <53450D29.7020207@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07.04.2014 10:38, Sachin Kamat wrote: > Hi Rahul, > > On 3 April 2014 15:30, Rahul Sharma wrote: >> From: Pankaj Dubey >> >> This patch add basic arch side support for exynos5260 SoC. > > >> @@ -374,6 +374,7 @@ static char const *exynos_dt_compat[] __initconst = { >> "samsung,exynos4412", >> "samsung,exynos5", >> "samsung,exynos5250", >> + "samsung,exynos5260", > > I don't think we should be adding this as we do not yet have any soc > specific quirk. > Compatibility to generic string, "samsung,exynos5" should be sufficient. > Yes. Unless a SoC specific quirk that needs to be handled at such low level stage emerges, there is no need to add such compatible string to the kernel. Best regards, Tomasz