From mboxrd@z Thu Jan 1 00:00:00 1970 From: Xu Wei Subject: Re: [PATCH v2 RESEND 2/4] arm64: Kconfig: select sp804 timer for ARCH_HISI Date: Mon, 18 Apr 2016 16:14:53 +0100 Message-ID: <5714F9ED.3020907@gmail.com> References: <1453373630-4693-1-git-send-email-leo.yan@linaro.org> <1453373630-4693-3-git-send-email-leo.yan@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1453373630-4693-3-git-send-email-leo.yan@linaro.org> Sender: linux-kernel-owner@vger.kernel.org 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 List-Id: devicetree@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