Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754888AbbGCJUg (ORCPT ); Fri, 3 Jul 2015 05:20:36 -0400 Received: from down.free-electrons.com ([37.187.137.238]:59018 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1754481AbbGCJUa (ORCPT ); Fri, 3 Jul 2015 05:20:30 -0400 Date: Fri, 3 Jul 2015 11:20:28 +0200 From: Antoine Tenart To: Thomas Hebb Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, kishon@ti.com, antoine.tenart@free-electrons.com, sebastian.hesselbarth@gmail.com Subject: Re: [PATCH 1/4] phy: berlin-usb: fix divider for BG2CD Message-ID: <20150703092028.GC5634@kwain> References: <5594C652.2020901@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <5594C652.2020901@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1352 Lines: 46 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 > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/