forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-14 bedbef8ad3e75a304af6361af235302bcc61d06b
kernel/drivers/soc/actions/owl-sps-helper.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0+
12 /*
23 * Actions Semi Owl Smart Power System (SPS) shared helpers
34 *
....@@ -5,15 +6,11 @@
56 * Author: Actions Semi, Inc.
67 *
78 * Copyright (c) 2017 Andreas Färber
8
- *
9
- * This program is free software; you can redistribute it and/or modify it
10
- * under the terms of the GNU General Public License as published by the
11
- * Free Software Foundation; either version 2 of the License, or (at your
12
- * option) any later version.
139 */
1410
1511 #include <linux/delay.h>
1612 #include <linux/io.h>
13
+#include <linux/soc/actions/owl-sps.h>
1714
1815 #define OWL_SPS_PG_CTL 0x0
1916