forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-09 95099d4622f8cb224d94e314c7a8e0df60b13f87
kernel/arch/arm/mach-rockchip/rockchip.c
....@@ -1,25 +1,17 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /*
23 * Device Tree support for Rockchip SoCs
34 *
45 * Copyright (c) 2013 MundoReader S.L.
56 * Author: Heiko Stuebner <heiko@sntech.de>
6
- *
7
- * This program is free software; you can redistribute it and/or modify
8
- * it under the terms of the GNU General Public License as published by
9
- * the Free Software Foundation; either version 2 of the License, or
10
- * (at your option) any later version.
11
- *
12
- * This program is distributed in the hope that it will be useful,
13
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
14
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
- * GNU General Public License for more details.
167 */
178
189 #include <linux/kernel.h>
1910 #include <linux/init.h>
11
+#include <linux/io.h>
12
+#include <linux/of_clk.h>
2013 #include <linux/of_platform.h>
2114 #include <linux/irqchip.h>
22
-#include <linux/clk-provider.h>
2315 #include <linux/clocksource.h>
2416 #include <linux/mfd/syscon.h>
2517 #include <linux/regmap.h>
....@@ -70,6 +62,7 @@
7062 "rockchip,rk3188",
7163 "rockchip,rk3228",
7264 "rockchip,rk3288",
65
+ "rockchip,rv1106",
7366 "rockchip,rv1108",
7467 NULL,
7568 };