serial: arm_dcc: Add DCC support for V7R based cores
authorLokesh Vutla <lokeshvutla@ti.com>
Thu, 16 Aug 2018 13:13:56 +0000 (18:43 +0530)
committerTom Rini <trini@konsulko.com>
Tue, 11 Sep 2018 00:48:20 +0000 (20:48 -0400)
DCC is supported on Cortex R series as well. Enable DCC support
for V7R.

Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com>
drivers/serial/arm_dcc.c

index c83a3fe8eedd11cc3642b8e4cb882671f9f63022..43e8691a93a65a9cfe8245849654a6313d788809 100644 (file)
@@ -19,7 +19,7 @@
 #include <dm.h>
 #include <serial.h>
 
-#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7A)
+#if defined(CONFIG_CPU_V6) || defined(CONFIG_CPU_V7A) || defined(CONFIG_CPU_V7R)
 /*
  * ARMV6 & ARMV7
  */