From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-sn1nam01on0095.outbound.protection.outlook.com ([104.47.32.95]:45505 "EHLO NAM01-SN1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S935415AbeCHFAu (ORCPT ); Thu, 8 Mar 2018 00:00:50 -0500 From: Sasha Levin To: "linux-kernel@vger.kernel.org" , "stable@vger.kernel.org" CC: Bharat Kumar Reddy Gooty , Jon Mason , Stephen Boyd , Sasha Levin Subject: [PATCH AUTOSEL for 4.9 046/190] clk: ns2: Correct SDIO bits Date: Thu, 8 Mar 2018 04:59:12 +0000 Message-ID: <20180308045810.8041-46-alexander.levin@microsoft.com> References: <20180308045810.8041-1-alexander.levin@microsoft.com> In-Reply-To: <20180308045810.8041-1-alexander.levin@microsoft.com> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Sender: stable-owner@vger.kernel.org List-ID: From: Bharat Kumar Reddy Gooty [ Upstream commit 8973aa4aecac223548366ca81818309a0f0efa6d ] Corrected the bits for power and iso. Signed-off-by: Bharat Kumar Reddy Gooty Signed-off-by: Jon Mason Fixes: f7225a83 ("clk: ns2: add clock support for Broadcom Northstar 2 SoC"= ) Signed-off-by: Stephen Boyd Signed-off-by: Sasha Levin --- drivers/clk/bcm/clk-ns2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/clk/bcm/clk-ns2.c b/drivers/clk/bcm/clk-ns2.c index a564e9248814..adc14145861a 100644 --- a/drivers/clk/bcm/clk-ns2.c +++ b/drivers/clk/bcm/clk-ns2.c @@ -103,7 +103,7 @@ CLK_OF_DECLARE(ns2_genpll_src_clk, "brcm,ns2-genpll-scr= ", =20 static const struct iproc_pll_ctrl genpll_sw =3D { .flags =3D IPROC_CLK_AON | IPROC_CLK_PLL_SPLIT_STAT_CTRL, - .aon =3D AON_VAL(0x0, 2, 9, 8), + .aon =3D AON_VAL(0x0, 1, 11, 10), .reset =3D RESET_VAL(0x4, 2, 1), .dig_filter =3D DF_VAL(0x0, 9, 3, 5, 4, 2, 3), .ndiv_int =3D REG_VAL(0x8, 4, 10), --=20 2.14.1