|
@@ -305,23 +305,23 @@ static const unsigned int r8a7795_crit_mod_clks[] __initconst = {
|
|
|
(((md) & BIT(17)) >> 17))
|
|
|
|
|
|
static const struct rcar_gen3_cpg_pll_config cpg_pll_configs[16] __initconst = {
|
|
|
- /* EXTAL div PLL1 mult PLL3 mult */
|
|
|
- { 1, 192, 192, },
|
|
|
- { 1, 192, 128, },
|
|
|
- { 0, /* Prohibited setting */ },
|
|
|
- { 1, 192, 192, },
|
|
|
- { 1, 160, 160, },
|
|
|
- { 1, 160, 106, },
|
|
|
- { 0, /* Prohibited setting */ },
|
|
|
- { 1, 160, 160, },
|
|
|
- { 1, 128, 128, },
|
|
|
- { 1, 128, 84, },
|
|
|
- { 0, /* Prohibited setting */ },
|
|
|
- { 1, 128, 128, },
|
|
|
- { 2, 192, 192, },
|
|
|
- { 2, 192, 128, },
|
|
|
- { 0, /* Prohibited setting */ },
|
|
|
- { 2, 192, 192, },
|
|
|
+ /* EXTAL div PLL1 mult/div PLL3 mult/div */
|
|
|
+ { 1, 192, 1, 192, 1, },
|
|
|
+ { 1, 192, 1, 128, 1, },
|
|
|
+ { 0, /* Prohibited setting */ },
|
|
|
+ { 1, 192, 1, 192, 1, },
|
|
|
+ { 1, 160, 1, 160, 1, },
|
|
|
+ { 1, 160, 1, 106, 1, },
|
|
|
+ { 0, /* Prohibited setting */ },
|
|
|
+ { 1, 160, 1, 160, 1, },
|
|
|
+ { 1, 128, 1, 128, 1, },
|
|
|
+ { 1, 128, 1, 84, 1, },
|
|
|
+ { 0, /* Prohibited setting */ },
|
|
|
+ { 1, 128, 1, 128, 1, },
|
|
|
+ { 2, 192, 1, 192, 1, },
|
|
|
+ { 2, 192, 1, 128, 1, },
|
|
|
+ { 0, /* Prohibited setting */ },
|
|
|
+ { 2, 192, 1, 192, 1, },
|
|
|
};
|
|
|
|
|
|
static const struct soc_device_attribute r8a7795es1[] __initconst = {
|