From 85a3cfb80aeda3500e32816f2d9c9ec66bf3b50e Mon Sep 17 00:00:00 2001 From: Kever Yang Date: Thu, 23 Feb 2017 15:37:51 +0800 Subject: rockchip: rk3328: add soc basic support RK3328 is a SoC from Rockchip with quad-core Cortex-A53 CPU. It supports two USB2.0 EHCI ports. Other interfaces are very much like RK3288, the DRAM are 32bit width address and support address from 0 to 4GB-16MB range. Signed-off-by: William Zhang Signed-off-by: Kever Yang Acked-by: Simon Glass Add empty arch/arm/mach-rockchip/rk3328/Kconfig to avoid build error: Signed-off-by: Simon Glass --- arch/arm/mach-rockchip/rk3328/Kconfig | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 arch/arm/mach-rockchip/rk3328/Kconfig (limited to 'arch/arm/mach-rockchip/rk3328/Kconfig') diff --git a/arch/arm/mach-rockchip/rk3328/Kconfig b/arch/arm/mach-rockchip/rk3328/Kconfig new file mode 100644 index 0000000000..e69de29bb2 -- cgit