From patchwork Tue Apr 15 07:20:39 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lauri Hintsala X-Patchwork-Id: 3989631 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A5F419F336 for ; Tue, 15 Apr 2014 07:23:49 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id DAB26201BF for ; Tue, 15 Apr 2014 07:23:48 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 717B220120 for ; Tue, 15 Apr 2014 07:23:47 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZxgu-0005dU-9r; Tue, 15 Apr 2014 07:22:00 +0000 Received: from ironport-mx02.ip-only.net ([2a01:2b0:1000:1d::2]) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WZxgr-0005Y2-1y for linux-arm-kernel@lists.infradead.org; Tue, 15 Apr 2014 07:21:58 +0000 X-IronPort-AV: E=Sophos;i="4.97,862,1389740400"; d="scan'208";a="4644266" Received: from smtp.dataphone.se ([212.16.165.130]) by ironport-mx06.ip-only.net with ESMTP; 15 Apr 2014 09:21:30 +0200 Received: from rddthintsla.bgt.local (unknown [83.145.28.42]) by smtp.dataphone.se (Postfix) with ESMTP id 85F722CEC4A; Tue, 15 Apr 2014 09:21:09 +0200 (CEST) From: Lauri Hintsala To: linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: mach-mxs: readd just removed select CLKSRC_OF Date: Tue, 15 Apr 2014 10:20:39 +0300 Message-Id: <1397546439-25153-1-git-send-email-lauri.hintsala@bluegiga.com> X-Mailer: git-send-email 1.8.3.2 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140415_002157_268197_2A93FF54 X-CRM114-Status: UNSURE ( 7.27 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) Cc: Rob Herring , Shawn Guo , Lauri Hintsala X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP MXS based apx4devkit doesn't boot with latest Linux v3.15-rc1 because commit ddb902cc34593ecb88c368f6e15db3cf829c56fe removed "select CLKSRC_OF" from the machine config. CC: linux-arm-kernel@lists.infradead.org CC: Rob Herring CC: Shawn Guo Signed-off-by: Lauri Hintsala Acked-by: Shawn Guo --- I think commit ddb902cc34593ecb88c368f6e15db3cf829c56fe might break also other armv4/5 based boards which are using CLKSRC_OF. There is already patch for MOXA ART SoCs: https://lkml.org/lkml/2014/4/11/308 arch/arm/mach-mxs/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/mach-mxs/Kconfig b/arch/arm/mach-mxs/Kconfig index 8479413..b3eb28c 100644 --- a/arch/arm/mach-mxs/Kconfig +++ b/arch/arm/mach-mxs/Kconfig @@ -17,6 +17,7 @@ config ARCH_MXS depends on ARCH_MULTI_V5 select ARCH_REQUIRE_GPIOLIB select CLKSRC_MMIO + select CLKSRC_OF select PINCTRL select SOC_BUS select SOC_IMX23