summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-imx8/sci/types.h
diff options
context:
space:
mode:
authorTeo Hall <teo.hall@nxp.com>2020-02-06 08:57:33 -0600
committerYe Li <ye.li@nxp.com>2022-04-06 18:03:30 +0800
commitb0e655444d97a303e3eb555a9a1fde9723506f7f (patch)
treeb2563e4e731b45dae70b95fd317257bc1ebbd916 /arch/arm/include/asm/arch-imx8/sci/types.h
parentb809a962a85b3f1824306a2c2abedde323219e30 (diff)
MLK-23279-2 imx: Add support for i.MX8DXL SoC
Add clocks required for new i.MX8DXL SoC. Since most of clocks are same as iMX8QXP, share the same driver but with iMX8DXL new clocks added. Signed-off-by: Fugang Duan <B38611@freescale.com> Signed-off-by: Teo Hall <teo.hall@nxp.com> (cherry picked from commit f9c23b2df504c5db5f8f4567ee4c92f2439308fc) Signed-off-by: Ye Li <ye.li@nxp.com> (cherry picked from commit dc7b8a6b97258e7a46a014e5b866cac55ad617f7) (cherry picked from commit f4ce88dfe557dc87f3a107b32b9b6126f58160f7) (cherry picked from commit eddd8eb01a307fa840a5a7a22bf6bd4e52330450)
Diffstat (limited to 'arch/arm/include/asm/arch-imx8/sci/types.h')
-rw-r--r--arch/arm/include/asm/arch-imx8/sci/types.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/arch/arm/include/asm/arch-imx8/sci/types.h b/arch/arm/include/asm/arch-imx8/sci/types.h
index a5c00c3c39..36d5dee96e 100644
--- a/arch/arm/include/asm/arch-imx8/sci/types.h
+++ b/arch/arm/include/asm/arch-imx8/sci/types.h
@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0+ */
/*
- * Copyright 2018 NXP
+ * Copyright 2018-2020 NXP
*/
#ifndef SC_TYPES_H
@@ -215,10 +215,11 @@ typedef u64 sc_ipc_t;
#define SC_C_SYNC_CTRL 55U
#define SC_C_OFS_AUDIO_ALT 56U
#define SC_C_DSP_BYP 57U
-#define SC_C_LAST 58U
-
-
-#define SC_P_ALL ((sc_pad_t)UINT16_MAX) /* All pads */
+#define SC_C_CLK_GEN_EN 58U
+#define SC_C_INTF_SEL 59U
+#define SC_C_RXC_DLY 60U
+#define SC_C_TIMER_SEL 61U
+#define SC_C_LAST 62U
/* Types */