lkml.org 
[lkml]   [2015]   [Jul]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/4] phy: berlin-usb: fix divider for BG2CD
Thomas,

On Thu, Jul 02, 2015 at 01:04:18AM -0400, Thomas Hebb wrote:
> The marvell,berlin2cd-usb-phy compatible incorrectly sets the PLL
> divider to BG2's value instead of BG2CD/BG2Q's. Change it to the right
> value.
>
> Signed-off-by: Thomas Hebb <tommyhebb@gmail.com>
> Cc: stable@vger.kernel.org

Only this one is sent to stable? The BG2 won't be fixed in stable?

Antoine

> ---
> drivers/phy/phy-berlin-usb.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/phy/phy-berlin-usb.c b/drivers/phy/phy-berlin-usb.c
> index c6fc95b..ab54f28 100644
> --- a/drivers/phy/phy-berlin-usb.c
> +++ b/drivers/phy/phy-berlin-usb.c
> @@ -106,8 +106,8 @@
> static const u32 phy_berlin_pll_dividers[] = {
> /* Berlin 2 */
> CLK_REF_DIV(0xc) | FEEDBACK_CLK_DIV(0x54),
> - /* Berlin 2CD */
> - CLK_REF_DIV(0x6) | FEEDBACK_CLK_DIV(0x55),
> + /* Berlin 2CD/Q */
> + CLK_REF_DIV(0xc) | FEEDBACK_CLK_DIV(0x54),
> };
>
> struct phy_berlin_usb_priv {
> --
> 2.4.4
>

--
Antoine Ténart, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com


\
 
 \ /
  Last update: 2015-07-03 11:41    [W:0.053 / U:1.164 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site