From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753085AbcDRPO7 (ORCPT ); Mon, 18 Apr 2016 11:14:59 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35259 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752610AbcDRPO5 (ORCPT ); Mon, 18 Apr 2016 11:14:57 -0400 Message-ID: <5714F9ED.3020907@gmail.com> Date: Mon, 18 Apr 2016 16:14:53 +0100 From: Xu Wei User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Leo Yan , Catalin Marinas , Will Deacon , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Greg Kroah-Hartman , Yiping Xu , Yu Dongbin , Haojian Zhuang , Chen Feng , Tyler Baker , Bintian Wang , Sudeep Holla , Wei Xu , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 RESEND 2/4] arm64: Kconfig: select sp804 timer for ARCH_HISI References: <1453373630-4693-1-git-send-email-leo.yan@linaro.org> <1453373630-4693-3-git-send-email-leo.yan@linaro.org> In-Reply-To: <1453373630-4693-3-git-send-email-leo.yan@linaro.org> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Leo, On 21/01/16 10:53, Leo Yan wrote: > Select sp804 timer for ARCH_HISI, which is used as broadcast timer. > > Signed-off-by: Leo Yan > --- > arch/arm64/Kconfig.platforms | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms > index 4043c35..94c410d 100644 > --- a/arch/arm64/Kconfig.platforms > +++ b/arch/arm64/Kconfig.platforms > @@ -36,6 +36,7 @@ config ARCH_LAYERSCAPE > > config ARCH_HISI > bool "Hisilicon SoC Family" > + select ARM_TIMER_SP804 > help > This enables support for Hisilicon ARMv8 SoC family > Just applied this to the hisilicon soc tree. The others have been picked up from Guodong's patch set. Thanks! Best Regards, Wei