|
@@ -507,6 +507,8 @@ static const struct factors_data sun6i_a31_pll6_data __initconst = {
|
|
};
|
|
};
|
|
|
|
|
|
static const struct factors_data sun4i_apb1_data __initconst = {
|
|
static const struct factors_data sun4i_apb1_data __initconst = {
|
|
|
|
+ .mux = 24,
|
|
|
|
+ .muxmask = BIT(1) | BIT(0),
|
|
.table = &sun4i_apb1_config,
|
|
.table = &sun4i_apb1_config,
|
|
.getter = sun4i_get_apb1_factors,
|
|
.getter = sun4i_get_apb1_factors,
|
|
};
|
|
};
|
|
@@ -545,10 +547,6 @@ static const struct mux_data sun6i_a31_ahb1_mux_data __initconst = {
|
|
.shift = 12,
|
|
.shift = 12,
|
|
};
|
|
};
|
|
|
|
|
|
-static const struct mux_data sun4i_apb1_mux_data __initconst = {
|
|
|
|
- .shift = 24,
|
|
|
|
-};
|
|
|
|
-
|
|
|
|
static void __init sunxi_mux_clk_setup(struct device_node *node,
|
|
static void __init sunxi_mux_clk_setup(struct device_node *node,
|
|
struct mux_data *data)
|
|
struct mux_data *data)
|
|
{
|
|
{
|
|
@@ -1109,7 +1107,6 @@ static const struct of_device_id clk_divs_match[] __initconst = {
|
|
/* Matches for mux clocks */
|
|
/* Matches for mux clocks */
|
|
static const struct of_device_id clk_mux_match[] __initconst = {
|
|
static const struct of_device_id clk_mux_match[] __initconst = {
|
|
{.compatible = "allwinner,sun4i-a10-cpu-clk", .data = &sun4i_cpu_mux_data,},
|
|
{.compatible = "allwinner,sun4i-a10-cpu-clk", .data = &sun4i_cpu_mux_data,},
|
|
- {.compatible = "allwinner,sun4i-a10-apb1-mux-clk", .data = &sun4i_apb1_mux_data,},
|
|
|
|
{.compatible = "allwinner,sun6i-a31-ahb1-mux-clk", .data = &sun6i_a31_ahb1_mux_data,},
|
|
{.compatible = "allwinner,sun6i-a31-ahb1-mux-clk", .data = &sun6i_a31_ahb1_mux_data,},
|
|
{}
|
|
{}
|
|
};
|
|
};
|