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: 339177 Return-Path: X-Original-To: incoming-imx@patchwork.ozlabs.org Delivered-To: patchwork-incoming-imx@bilbo.ozlabs.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 18A5A14008F for ; Tue, 15 Apr 2014 17:24:14 +1000 (EST) 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 (/) X-Spam-Report: SpamAssassin version 3.3.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- Cc: Rob Herring , Shawn Guo , Lauri Hintsala X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+incoming-imx=patchwork.ozlabs.org@lists.infradead.org List-Id: linux-imx-kernel.lists.patchwork.ozlabs.org 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