Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932315Ab2HFRhh (ORCPT ); Mon, 6 Aug 2012 13:37:37 -0400 Received: from mail-lpp01m010-f46.google.com ([209.85.215.46]:35101 "EHLO mail-lpp01m010-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932155Ab2HFRhf (ORCPT ); Mon, 6 Aug 2012 13:37:35 -0400 MIME-Version: 1.0 In-Reply-To: <1344262254-14648-1-git-send-email-dongjin.kim@agreeyamobility.net> References: <1344262254-14648-1-git-send-email-dongjin.kim@agreeyamobility.net> Date: Mon, 6 Aug 2012 23:07:33 +0530 Message-ID: Subject: Re: [PATCH] ODROID-X: hkdk4412: Add new hardware based on Exynos4412 From: Thomas Abraham To: Dongjin Kim Cc: Dongjin Kim , Kukjin Kim , Russell King , Tony Lindgren , Jon Medhurst , Shawn Guo , =?ISO-8859-1?Q?Uwe_Kleine=2DK=F6nig?= , linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 25 On 6 August 2012 19:40, Dongjin Kim wrote: > The HKDK4412 is the CPU module developed by Hardkernel which is based on > Exynos 4412. mach_hkdk4412.c is to run on ODROID-X hardware and Machine ID > (4289) is registered. > > Change-Id: I3af02808c03b9acea916c310390a4904ad92d761 > Signed-off-by: Dongjin Kim > --- > arch/arm/mach-exynos/Kconfig | 23 + > arch/arm/mach-exynos/Makefile | 1 + > arch/arm/mach-exynos/mach-hkdk4412.c | 979 ++++++++++++++++++++++++++++++++++ > arch/arm/tools/mach-types | 1 + > 4 files changed, 1004 insertions(+) > create mode 100644 arch/arm/mach-exynos/mach-hkdk4412.c How about looking at using device tree option for this board. That might require additional effort but would be helpful in the long run. Thanks, Thomas. -- 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/