summaryrefslogtreecommitdiff
path: root/arch/arm/include/asm/arch-rk3308/gpio.h
diff options
context:
space:
mode:
authorAndy Yan <andy.yan@rock-chips.com>2019-11-14 11:21:12 +0800
committerKever Yang <kever.yang@rock-chips.com>2019-11-17 17:22:53 +0800
commitf1a225229a64168fa489b5f8c82264f1857f6b60 (patch)
treed9d1d9cbc60e358395429105aa6efd7d78d28f72 /arch/arm/include/asm/arch-rk3308/gpio.h
parentbbda2ed5840c67758fb172fbcdd6398f6ab5fe25 (diff)
arm: rockchip: Add RK3308 SOC support
RK3308 is a quad Cortex A35 based SOC with rich audio interfaces(I2S/PCM/TDM/PDM/SPDIF/VAD/HDMI ARC), which designed for intelligent voice interaction and audio input/output processing. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
Diffstat (limited to 'arch/arm/include/asm/arch-rk3308/gpio.h')
-rw-r--r--arch/arm/include/asm/arch-rk3308/gpio.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-rk3308/gpio.h b/arch/arm/include/asm/arch-rk3308/gpio.h
new file mode 100644
index 0000000000..eca79d5159
--- /dev/null
+++ b/arch/arm/include/asm/arch-rk3308/gpio.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+/*
+ * (C) Copyright 2019 Rockchip Electronics Co., Ltd
+ */
+
+#ifndef __ASM_ARCH_GPIO_H__
+#define __ASM_ARCH_GPIO_H__
+
+#include <asm/arch-rockchip/gpio.h>
+
+#endif