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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1589BEB64D7 for ; Wed, 21 Jun 2023 17:39:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231243AbjFURjV (ORCPT ); Wed, 21 Jun 2023 13:39:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:42124 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231302AbjFURjL (ORCPT ); Wed, 21 Jun 2023 13:39:11 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5F84193 for ; Wed, 21 Jun 2023 10:39:10 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 71D5261642 for ; Wed, 21 Jun 2023 17:39:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5DB6FC433C0; Wed, 21 Jun 2023 17:39:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1687369149; bh=XzATrKBRqfI29gJm2bbNLUAzSyjyHq8SXaCsI8n8N94=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=hhs6UOnXah/SuVVEsfbiDT+iwMF9Wzi90aebzSJ66Jo1cMrkwGVOFd3I1XMp/HFLh 8cPAQpZFolSPtP/hRFwR3T5YFbIxxkvo5+UH/UcMoNyt16e8Gr2aJVjBv1OVlYkMJ+ 4J38h/DbfH5qHfY44uTIJqOfhXjDqtfY5YwlSrE1A7st+35lxdi5ZbDG9ziNu8VmTA c7cDT4duhwTh6MzN3v29YBqZDRrllBMmiXdrg0NcMmGo+foHga1M57g6OSs8bXOBVw 18w0uSEi+dY+tfrLfzYBP0MeSiZKdVicJgfjRLpA7lFGa//zri4tHxfQkz3P6IDSjz o1/TURbkre6Vw== Date: Wed, 21 Jun 2023 23:09:05 +0530 From: Vinod Koul To: Marcin Wierzbicki Cc: Kishon Vijay Abraham I , Lars-Peter Clausen , Swapnil Jakhade , Roger Quadros , Uwe =?iso-8859-1?Q?Kleine-K=F6nig?= , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, xe-linux-external@cisco.com, danielwa@cisco.com, olicht@cisco.com, Bartosz Wawrzyniak Subject: Re: [PATCH v3] phy: cadence: Sierra: Add single link SGMII register configuration Message-ID: References: <20230522172415.1668975-1-mawierzb@cisco.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230522172415.1668975-1-mawierzb@cisco.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 22-05-23, 17:24, Marcin Wierzbicki wrote: > Add single link SGMII register configuration for no SSC for > cdns,sierra-phy-t0 compatibility string. > The configuration is based on Sierra Programmer's Guide and > validated in Cisco CrayAR SoC. Applied, thanks -- ~Vinod