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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A9601CA0EE0 for ; Fri, 15 Aug 2025 07:31:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=6A/lcLmgKla1EYz71pz2rLSNel8sofGAPvBUypr1Rfo=; b=ap0JTTltshGtjD /x+/GxxPI6NrA+HdZKIEl7WS8RfcO+lamwKKQhIG04EFOuqGaJoddZCI/8bcFQDc6MwOboigC7+03 9XUmvNqQ2WWfMA6XrhYrJ9TtmSdWjlg00B9VlA3XKzPovBVNm6vbIV5Eyyvx7cC7Q3rvuFgGfoFe9 DQaDR8GoboyJ2bLttBWLeEjj+XZyvFSeLGNZIhkcfTHv6CvTtekhy+SVGlekTmU5l5eL3ZHaBLxke t2Ha9Ce4Iy/3nLQeX6TmANO5nO4v6C7881IFI59sXnOEYyE/YFg5QypfiQLU8axBu4GhSuMr7YwsI B2FiO3NF+rsS1PNvQobQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1umoue-00000001k2f-1PEs; Fri, 15 Aug 2025 07:31:44 +0000 Received: from tor.source.kernel.org ([2600:3c04:e001:324:0:1991:8:25]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1umnvn-00000001cT3-0lDn; Fri, 15 Aug 2025 06:28:51 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id 44AA76116F; Fri, 15 Aug 2025 06:28:50 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5BBEDC4CEEB; Fri, 15 Aug 2025 06:28:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1755239329; bh=yKdH7Z9mYp9349ekyyGJWE0NQ8UBnE41L7EHWM+Ek4E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=i7vsWi/BXk//+Pjnr9JDZdR0HIPG2NYFOihtA77ypfoS55mcrb4ozma1lsZEyZoVk m+FYAHOG3jF1ZPXvAfl8bIAMzsC2Tqg6OgqkfQRnRPXo1gniB49cNcY+EUexxtGe3a RpCy+0o0/Raz0YwrudQGXyX2yEwXjfeGTasxx8W4CLaFUhDAwT5nzY9ltBOkt1SA2Z Ey/MbjOPMAsosrwbYb6j3toEkjm4zuY1L8jZtHmUJW3whHri/XTos+gT5HuAZkRNqb 0WWUhekbWH/zwuUpvT08oUTY05vmjF4w0aTeclQ1C82wC77PbGOA2Nzgn1SjCKbT0q 9k4tN3DihrAXw== Date: Fri, 15 Aug 2025 08:28:47 +0200 From: Krzysztof Kozlowski To: Arseniy Velikanov Cc: Chunfeng Yun , Vinod Koul , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Matthias Brugger , AngeloGioacchino Del Regno , 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, ~postmarketos/upstreaming@lists.sr.ht Subject: Re: [PATCH v1 1/2] dt-bindings: phy: mtk-tphy: add property for software role switch Message-ID: <20250815-important-warm-dove-03dde5@kuoka> References: <20250814234825.810-1-me@adomerle.pw> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250814234825.810-1-me@adomerle.pw> X-BeenThere: linux-phy@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux Phy Mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-phy" Errors-To: linux-phy-bounces+linux-phy=archiver.kernel.org@lists.infradead.org On Fri, Aug 15, 2025 at 03:48:24AM +0400, Arseniy Velikanov wrote: > Add a boolean property to enable software control of the PHY mode > switching. > > Signed-off-by: Arseniy Velikanov > --- > Documentation/devicetree/bindings/phy/mediatek,tphy.yaml | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml > index b2218c151939..a90890d4a86f 100644 > --- a/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml > +++ b/Documentation/devicetree/bindings/phy/mediatek,tphy.yaml > @@ -255,6 +255,12 @@ patternProperties: > use the property "mediatek,syscon-type" for newer SoCs that support it. > type: boolean > > + mediatek,software-role-switch: No, bindings do not describe software. Also, never tested. Best regards, Krzysztof -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy