From patchwork Wed Jun 15 10:45:17 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9178143 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id D04536021C for ; Wed, 15 Jun 2016 10:47:05 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id BC25627F3E for ; Wed, 15 Jun 2016 10:47:05 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id AD881280E0; Wed, 15 Jun 2016 10:47:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 49B8927F3E for ; Wed, 15 Jun 2016 10:47:05 +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 1bD8KT-0000PC-0A; Wed, 15 Jun 2016 10:45:49 +0000 Received: from mail-wm0-x22f.google.com ([2a00:1450:400c:c09::22f]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1bD8KP-0000D5-4n for linux-arm-kernel@lists.infradead.org; Wed, 15 Jun 2016 10:45:46 +0000 Received: by mail-wm0-x22f.google.com with SMTP id v199so157372334wmv.0 for ; Wed, 15 Jun 2016 03:45:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id; bh=WqhJ2ArCxFAHfwcpbRfyvS5dXUrX5holJqd5avLRC94=; b=f2GKqjfGxSSjkAJUGrCIgD36iIHLCmI0u5zoRtL0OT7LAiRpQcXkunnlk5Sv3dKtWS 5IIP19W7YucOthbtPbvzejXe1UQkiscFWjLsgtJDSM8h0JobbENjD1jH6503Bk2M1D8D jJGPbg5leEWSie+LZx6nb7v0jYxH+pr/DYni3K3B/B1Cxype81+ltAWHQPU+fH/+aDfD b4zW2E4vg/4ZPDJ7ygmyIGMMDD2otOebAYkxFfDpx0CmoS33/Fb5CTfnE1aokKtxG1wS hWK1bf5Di/pB+TpiFnIGAkoIdmQ5+DjFQEzX4rJymOJEnMV0UE8tuxN3lVawxu4e6YFx G0cQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=WqhJ2ArCxFAHfwcpbRfyvS5dXUrX5holJqd5avLRC94=; b=Q/7pbe/tDlXzFBhc2G21w0UHu5YXHpIDeEdfylIPYEPY2RKsinxjwzYc/VGOmXjZ06 rtT26aqjD3z3DELxRv2qgrliRZcl627cA5/DHKs1WF2FbYdbptWYtFQ2UEekzGrBcd2W DIgoRyjOtMNnghvp/SxY9CdpWQ110yyOJDXMFttv3uActp+kWnIN8aP43Uz0umN0SLM8 2V/cLaqN0SKBGDZUOWOxJ/t6lWA3XZM34uyFTRs3KkFgGH0WEuvQNjmyx4AsOW2KjBPq DX9QwbYX67MaBk8q3mDU8qZiN1PAVvAI4HODOwmA7kLMYGJ7Oy7gtZqP4evvI2sALdJe c9ng== X-Gm-Message-State: ALyK8tK7dISOQrHydFMOJiKof1L0Lx0PLHLmIBFmNptj+pSoys8l263BDbWYgBs+/bc06dsK X-Received: by 10.28.170.197 with SMTP id t188mr9587767wme.84.1465987523503; Wed, 15 Jun 2016 03:45:23 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id a191sm9014726wme.5.2016.06.15.03.45.22 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 15 Jun 2016 03:45:22 -0700 (PDT) From: Neil Armstrong To: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: [PATCH] ARM: oxnas: Change OX810SE default driver config Date: Wed, 15 Jun 2016 12:45:17 +0200 Message-Id: <1465987517-24482-1-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160615_034545_358635_8551E589 X-CRM114-Status: GOOD ( 10.99 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Neil Armstrong MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Since the SP804 timer changes will not been merged upstream, switch the default OX810SE config to the OXNAS RPS Timer driver configuration. Signed-off-by: Neil Armstrong --- arch/arm/mach-oxnas/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Dear arm-soc maintainers, Daniel just accepted my patchset at : http://lkml.kernel.org/r/1465985607-21231-1-git-send-email-narmstrong@baylibre.com And now the default config can be switched to OXNAS_RPS_TIMER without any device tree changes. Neil diff --git a/arch/arm/mach-oxnas/Kconfig b/arch/arm/mach-oxnas/Kconfig index 4fff3c7..ffcab02 100644 --- a/arch/arm/mach-oxnas/Kconfig +++ b/arch/arm/mach-oxnas/Kconfig @@ -11,7 +11,7 @@ if ARCH_OXNAS config MACH_OX810SE bool "Support OX810SE Based Products" - select ARM_TIMER_SP804 + select OXNAS_RPS_TIMER select COMMON_CLK_OXNAS select CPU_ARM926T select MFD_SYSCON