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 91D92C001DF for ; Mon, 24 Jul 2023 17:58:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230144AbjGXR6W (ORCPT ); Mon, 24 Jul 2023 13:58:22 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56516 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230214AbjGXR6H (ORCPT ); Mon, 24 Jul 2023 13:58:07 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A89783AA1; Mon, 24 Jul 2023 10:56:29 -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 2897361356; Mon, 24 Jul 2023 17:56:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EDC6AC433C8; Mon, 24 Jul 2023 17:56:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690221388; bh=EoU2mL1gtuuaXdfBR+KnZtr/Rqd1NuPOSOhdR1Blljk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=CTnSuqCqUVG+82HZjo6wV812xv8w1NbG6WQHw95JxygLo14Qz+c4PgKXuG68X/Qx2 Pz0d+mPUDuA2NaE+PW/8ROfoT7jbSN3Dhqo1RpGV+ldyvy7BUge/9aw6WFT0BGFdQ1 6y91KAtvww1+n3lh/Z4sDEN6Zfeq4U0t5TK91W8b503xeIG+bCD8FvrBNjXYxZwoEc +c4orP4G81N/KUPCuSg7UeRiduSRsBWdOcYEyPWx0RVo/jGsRVY1fJuabeMgOr/B1N 4nmlA3Pqzc+BQbM0WB7AUV2Pdk7/9iqZqPSNpetZzxk0y9PmY3nDeojno9Zf5M0eYa 6SmniY7KQXFzA== Date: Mon, 24 Jul 2023 18:56:23 +0100 From: Conor Dooley To: Swapnil Jakhade Cc: vkoul@kernel.org, kishon@kernel.org, robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, conor+dt@kernel.org, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, mparab@cadence.com, rogerq@kernel.org, s-vadapalli@ti.com Subject: Re: [PATCH 4/5] dt-bindings: phy: cadence-torrent: Add a separate compatible for TI J7200 Message-ID: <20230724-shampoo-junior-f9e0bb095668@spud> References: <20230724150002.5645-1-sjakhade@cadence.com> <20230724150002.5645-5-sjakhade@cadence.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="bGIJ911Wz6RGVT1e" Content-Disposition: inline In-Reply-To: <20230724150002.5645-5-sjakhade@cadence.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org --bGIJ911Wz6RGVT1e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jul 24, 2023 at 05:00:01PM +0200, Swapnil Jakhade wrote: > TI J7200 uses Torrent SD0805 version which is a special version > derived from SD0801 that has an additional input reference clock. > Add a separate compatible for TI J7200 platforms. >=20 > Signed-off-by: Swapnil Jakhade > --- > Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml | 1 + > 1 file changed, 1 insertion(+) >=20 > diff --git a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.ya= ml b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml > index ddb86ee0cebf..e3a1efd61033 100644 > --- a/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml > +++ b/Documentation/devicetree/bindings/phy/phy-cadence-torrent.yaml > @@ -20,6 +20,7 @@ properties: > compatible: > enum: > - cdns,torrent-phy > + - ti,j7200-serdes-10g > - ti,j721e-serdes-10g Should the number of clocks not be restricted dynamically based on the compatible, since only the 7200 requires the extra refclk? --bGIJ911Wz6RGVT1e Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEABYIAB0WIQRh246EGq/8RLhDjO14tDGHoIJi0gUCZL67RwAKCRB4tDGHoIJi 0vcMAP4noEcvSdlF5E1v6dNB2dJ9iZHEzf31j10soPGA7MlG9wEA8lZWSCFG+Vcx cmh3GJkbkHg7ET7cZgc52F/k+9xMGAI= =nuHG -----END PGP SIGNATURE----- --bGIJ911Wz6RGVT1e--