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=-6.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 77D1DC4338F for ; Fri, 6 Aug 2021 12:00:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5828761102 for ; Fri, 6 Aug 2021 12:00:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243405AbhHFMAR (ORCPT ); Fri, 6 Aug 2021 08:00:17 -0400 Received: from mail.kernel.org ([198.145.29.99]:34812 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230373AbhHFMAQ (ORCPT ); Fri, 6 Aug 2021 08:00:16 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 568EF61102; Fri, 6 Aug 2021 12:00:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1628251201; bh=8CWEa5pug1TqjU/0+6MgZWQeHoGlugaUWEqNFqlUCL4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RDSN6L+kPd4HfYFQhwnsZqxDGut6rHSipG3b2BU+aVZiPXU/OSzSP0jMtsp8oTe/V oA5ypb5sWtsk9GbVmMWG9AaUDsULpVWGmIrV+U8QCEn1fgTzzr9aH47vKrluUtsTg+ W0zPEtZTT0TQL27yD/QOcV4ft7ivU85W5og+M2Mm0IQmSBGbGgtYIPYGtZhfWuSIl6 d0ohNqLAJe6uNGlPoxlCFnqeAXUYqm7hHtHTp/XGBdOBmNBuFAH22Zq7BeKAN13u+1 mhRM9Dba44N0Ih+zx/bwD4M3epNZP3FFvmAu3Mjpviuf5k1TVZmZ+bg+qXJjSIUnHo nKZOBZdLZemDw== Date: Fri, 6 Aug 2021 17:29:55 +0530 From: Vinod Koul To: Chunfeng Yun Cc: Kishon Vijay Abraham I , Rob Herring , Matthias Brugger , linux-arm-kernel@lists.infradead.org, linux-mediatek@lists.infradead.org, linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Eddie Hung Subject: Re: [PATCH v4 1/3] dt-bindings: phy: mediatek: tphy: add support hardware version 3 Message-ID: References: <1627028562-23584-1-git-send-email-chunfeng.yun@mediatek.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1627028562-23584-1-git-send-email-chunfeng.yun@mediatek.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 23-07-21, 16:22, Chunfeng Yun wrote: > The PHYA architecture is updated, and doesn't support slew rate > calibration anymore on 7nm or advanced process, add a new version > number to support it. > Due to the FreqMeter bank is not used but reserved, it's backward > with v2 until now. > For mt8195, no function changes when use generic v2 or v3 compatible, > but prefer to use v3's compatible, it will not waste the time to > calibrate the slew rate, and also correspond with hardware version. Applied all, thanks -- ~Vinod