hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/clk/renesas/rcar-gen2-cpg.h
....@@ -1,11 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0 */
12 /*
23 * R-Car Gen2 Clock Pulse Generator
34 *
45 * Copyright (C) 2016 Cogent Embedded Inc.
5
- *
6
- * This program is free software; you can redistribute it and/or modify it
7
- * under the terms of the GNU General Public License version 2 as published
8
- * by the Free Software Foundation; version 2 of the License.
96 */
107
118 #ifndef __CLK_RENESAS_RCAR_GEN2_CPG_H__
....@@ -27,10 +24,10 @@
2724 };
2825
2926 struct rcar_gen2_cpg_pll_config {
30
- unsigned int extal_div;
31
- unsigned int pll1_mult;
32
- unsigned int pll3_mult;
33
- unsigned int pll0_mult; /* leave as zero if PLL0CR exists */
27
+ u8 extal_div;
28
+ u8 pll1_mult;
29
+ u8 pll3_mult;
30
+ u8 pll0_mult; /* leave as zero if PLL0CR exists */
3431 };
3532
3633 struct clk *rcar_gen2_cpg_clk_register(struct device *dev,