Commit 73ba3a1c authored by Maxime Ripard's avatar Maxime Ripard

ARM: sun5i: Allow PLL3 2x fixed factor clock to change PLL3 rate

In order to be able to properly generate its pixel clock, the pll3-2x fixed
factor needs to be able to change the PLL3 rate too.

Add the needed extra compatible so that it behaves that way.
Signed-off-by: default avatarMaxime Ripard <maxime.ripard@free-electrons.com>
parent 6a706356
......@@ -130,7 +130,7 @@ pll3: clk@01c20010 {
};
pll3x2: pll3x2_clk {
compatible = "fixed-factor-clock";
compatible = "allwinner,sun4i-a10-pll3-2x-clk", "fixed-factor-clock";
#clock-cells = <0>;
clock-div = <1>;
clock-mult = <2>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment