boards: olimex f4 based: Provide a USB compatible clock on PLL_Q
On these boards, adapt clock configuration to output a USB compatible 48MHz on PLL_Q. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
9151af224a
commit
0b83e1c135
3 changed files with 6 additions and 6 deletions
|
@ -52,8 +52,8 @@
|
|||
};
|
||||
|
||||
&pll {
|
||||
div-m = <6>;
|
||||
mul-n = <168>;
|
||||
div-m = <12>;
|
||||
mul-n = <336>;
|
||||
div-p = <2>;
|
||||
div-q = <7>;
|
||||
clocks = <&clk_hse>;
|
||||
|
|
|
@ -53,8 +53,8 @@
|
|||
};
|
||||
|
||||
&pll {
|
||||
div-m = <4>;
|
||||
mul-n = <168>;
|
||||
div-m = <8>;
|
||||
mul-n = <336>;
|
||||
div-p = <2>;
|
||||
div-q = <7>;
|
||||
clocks = <&clk_hse>;
|
||||
|
|
|
@ -52,8 +52,8 @@
|
|||
};
|
||||
|
||||
&pll {
|
||||
div-m = <6>;
|
||||
mul-n = <168>;
|
||||
div-m = <12>;
|
||||
mul-n = <336>;
|
||||
div-p = <2>;
|
||||
div-q = <7>;
|
||||
clocks = <&clk_hse>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue