From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id F3310C48BD5 for ; Tue, 25 Jun 2019 20:40:19 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id C7706205ED for ; Tue, 25 Jun 2019 20:40:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561495219; bh=RPZO+8ujD6hDAFZNfN1/0Dv3SkFsw6/fX6f54/5F6ho=; h=In-Reply-To:References:To:From:Subject:Cc:Date:List-ID:From; b=bsR8Zoo44qvWU75itKDoAWxP27uTVyNW60Wz6+74aK+NWb8t5QJi5PRwudRtjEVrq XcxE7xHFqGWzxW8ag25iaCemMGg11qjnLLmZqfUGGy29ds9hW/fqs6z9JQebLtYRod MGJukaM8NJ53m7DMV2FNTEqkjV78ONy3ubQrStV4= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727733AbfFYUkT (ORCPT ); Tue, 25 Jun 2019 16:40:19 -0400 Received: from mail.kernel.org ([198.145.29.99]:36756 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726053AbfFYUkT (ORCPT ); Tue, 25 Jun 2019 16:40:19 -0400 Received: from kernel.org (unknown [104.132.0.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id F235A2063F; Tue, 25 Jun 2019 20:40:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561495218; bh=RPZO+8ujD6hDAFZNfN1/0Dv3SkFsw6/fX6f54/5F6ho=; h=In-Reply-To:References:To:From:Subject:Cc:Date:From; b=gzc/nSp8zafQ1s20HLs5ylki7JgOPLqBvutsVmQE+s9oequqA3luXs5b7tmqJM1je Zs+SYxLFAVOb8xOV+4uplCYUXqFszjfo/wL/FOapY+4EZ4soUJid6w6Ujspb9KPs5K hjuFbXu5rVMXRHa6tvwo87gq8eh9uoB5tNemWsW8= Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20190607151246.8700-1-dinguyen@kernel.org> References: <20190607151246.8700-1-dinguyen@kernel.org> To: Dinh Nguyen , linux-clk@vger.kernel.org From: Stephen Boyd Subject: Re: [PATCH] clk: socfpga: stratix10: fix divider entry for the emac clocks Cc: dinguyen@kernel.org, mturquette@baylibre.com, stable@vger.kernel.org User-Agent: alot/0.8.1 Date: Tue, 25 Jun 2019 13:40:17 -0700 Message-Id: <20190625204017.F235A2063F@mail.kernel.org> Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Quoting Dinh Nguyen (2019-06-07 08:12:46) > The fixed dividers for the emac clocks should be 2 not 4. >=20 > Cc: stable@vger.kernel.org > Signed-off-by: Dinh Nguyen > --- Applied to clk-fixes