[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <DB3PR0402MB3916D1D331DF9C64DE4814C9F58E0@DB3PR0402MB3916.eurprd04.prod.outlook.com>
Date: Thu, 28 May 2020 01:57:18 +0000
From: Anson Huang <anson.huang@....com>
To: Anson Huang <anson.huang@....com>,
"catalin.marinas@....com" <catalin.marinas@....com>,
"will@...nel.org" <will@...nel.org>,
"daniel.lezcano@...aro.org" <daniel.lezcano@...aro.org>,
"tglx@...utronix.de" <tglx@...utronix.de>,
"linux-arm-kernel@...ts.infradead.org"
<linux-arm-kernel@...ts.infradead.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
CC: dl-linux-imx <linux-imx@....com>
Subject: RE: [PATCH 1/2] clocksource: Add support for i.MX TPM driver with
ARM64
Gentle ping...
> -----Original Message-----
> From: Anson Huang <Anson.Huang@....com>
> Sent: 2020年4月10日 14:27
> To: catalin.marinas@....com; will@...nel.org; daniel.lezcano@...aro.org;
> tglx@...utronix.de; linux-arm-kernel@...ts.infradead.org;
> linux-kernel@...r.kernel.org
> Cc: dl-linux-imx <linux-imx@....com>
> Subject: [PATCH 1/2] clocksource: Add support for i.MX TPM driver with
> ARM64
>
> Allows building and compile-testing the i.MX TPM driver for ARM64.
>
> Signed-off-by: Anson Huang <Anson.Huang@....com>
> ---
> drivers/clocksource/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/clocksource/Kconfig b/drivers/clocksource/Kconfig index
> f2142e6..e9e7fe1 100644
> --- a/drivers/clocksource/Kconfig
> +++ b/drivers/clocksource/Kconfig
> @@ -617,7 +617,7 @@ config CLKSRC_IMX_GPT
>
> config CLKSRC_IMX_TPM
> bool "Clocksource using i.MX TPM" if COMPILE_TEST
> - depends on ARM && CLKDEV_LOOKUP
> + depends on (ARM || ARM64) && CLKDEV_LOOKUP
> select CLKSRC_MMIO
> help
> Enable this option to use IMX Timer/PWM Module (TPM) timer as
> --
> 2.7.4
Powered by blists - more mailing lists