|
@@ -71,7 +71,7 @@ static const char *pll5_bypass_sels[] = { "pll5", "pll5_bypass_src", };
|
|
|
static const char *pll6_bypass_sels[] = { "pll6", "pll6_bypass_src", };
|
|
|
static const char *pll7_bypass_sels[] = { "pll7", "pll7_bypass_src", };
|
|
|
|
|
|
-static struct clk_div_table clk_enet_ref_table[] = {
|
|
|
+static const struct clk_div_table clk_enet_ref_table[] = {
|
|
|
{ .val = 0, .div = 20, },
|
|
|
{ .val = 1, .div = 10, },
|
|
|
{ .val = 2, .div = 5, },
|
|
@@ -79,14 +79,14 @@ static struct clk_div_table clk_enet_ref_table[] = {
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static struct clk_div_table post_div_table[] = {
|
|
|
+static const struct clk_div_table post_div_table[] = {
|
|
|
{ .val = 2, .div = 1, },
|
|
|
{ .val = 1, .div = 2, },
|
|
|
{ .val = 0, .div = 4, },
|
|
|
{ }
|
|
|
};
|
|
|
|
|
|
-static struct clk_div_table video_div_table[] = {
|
|
|
+static const struct clk_div_table video_div_table[] = {
|
|
|
{ .val = 0, .div = 1, },
|
|
|
{ .val = 1, .div = 2, },
|
|
|
{ .val = 2, .div = 1, },
|