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 89ED0C369D1 for ; Fri, 25 Apr 2025 13:00:28 +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=8N6i8yIu4DO4Wi34OVmvzcIq8rGhnt0lbqVu2hjsLsE=; b=x5lmv+QEir7s9p OMt30sYO/Tg/nHMP9mMjU7VvM25ucUNtM5lh3+VgRxXKq3KI1Vf3Ats5M46k0rTdWVqChoW04cPKM O1vb+Ojc72JzSV5ORW+5mFzfc6nUl99an3dSueU22s4x0WEGDZNXKrIELn/EoB+OuZczL8BFl7ZFe 4Eu79u2uD0lzNUGhhMvxIws+3GUmA1pXYguqzKuCMs3485xs+pVrRSMOnGIkzePTKcxkC7SxSlZ4h FdSCWkZMJIoVOi3Oke2CD+rwQkwmdcY+gqZJhNAH4MpOptZabUjC07S0A6NcbfVsuqaOWVbDcoTl1 F+/tgPZJehWv9gYFpJbA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u8IfF-0000000HCrx-359F; Fri, 25 Apr 2025 13:00:21 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1u8H3Q-0000000GvV3-2NsO; Fri, 25 Apr 2025 11:17:13 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 7DE844378E; Fri, 25 Apr 2025 11:17:10 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9D956C4CEE4; Fri, 25 Apr 2025 11:17:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1745579832; bh=WhwOteXj64XGivhOiwvnlcDEYElHNPlWxr/veIpt9QA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dwrSyhc0nfxJs4zr5Kxh7IyD+y3bTA/T0NqycOb19T2Nz/ENOIm0cY8YCKP50LdWP ubRqbt78/ak+GhrafY1iSKp1NeKXyY2IuGIwPG+apCSBMsw4Ll4N1CuHM15IPdvEz7 JL+qWAZcK34SOQjgZTisUb4f6iKokg65BA7Jg3mY= Date: Fri, 25 Apr 2025 13:17:09 +0200 From: Greg Kroah-Hartman To: "Rob Herring (Arm)" Cc: Vinod Koul , Kishon Vijay Abraham I , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v2] dt-bindings: phy: rockchip: Convert RK3399 Type-C PHY to schema Message-ID: <2025042559-badland-uncombed-c484@gregkh> References: <20250416202419.3836688-1-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250416202419.3836688-1-robh@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20250425_041712_625239_58BD93E9 X-CRM114-Status: UNSURE ( 8.47 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed, Apr 16, 2025 at 03:24:17PM -0500, Rob Herring (Arm) wrote: > Convert the Rockchip RK3399 Type-C PHY to DT schema format. Add the > missing "power-domains" property and "port" and "orientation-switch" > properties in the child nodes. > > Omit the previously deprecated properties as they aren't used anywhere. > > Drop the 2nd example which was pretty much identical to the 1st example. > > Signed-off-by: Rob Herring (Arm) Acked-by: Greg Kroah-Hartman _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip