Re: [PATCH V2 1/2] clocksource: Add support for i.MX TPM driver with ARM64

2020-07-20 Thread Daniel Lezcano
On 08/07/2020 05:16, Anson Huang wrote: > Allows building and compile-testing the i.MX TPM driver for ARM64. > > Signed-off-by: Anson Huang > --- > Changes since V1: > - select TIMER_OF for CLKSRC_IMX_TPM. > --- > drivers/clocksource/Kconfig | 3 ++- > 1 file changed, 2 insertions(+), 1

[PATCH V2 1/2] clocksource: Add support for i.MX TPM driver with ARM64

2020-07-07 Thread Anson Huang
Allows building and compile-testing the i.MX TPM driver for ARM64. Signed-off-by: Anson Huang --- Changes since V1: - select TIMER_OF for CLKSRC_IMX_TPM. --- drivers/clocksource/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/clocksource/Kconfig