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 2AB08C3601E for ; Thu, 10 Apr 2025 20:53: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=MvY08JVtTl1hyxKKgobNERn3KHLh6byiLcdmemYf5Mc=; b=ELYwacYLC+mXlD Pp0o3ZCjgHRtwiu0Dp5tVlRop5OkHKzPUjRZiTIsfoa3t8V7ipm345I1nfWHax1SXIAaJ1pbGI74f pzePpioyuOhI+R/bWWkE1HdDaMJ3Vs1Fjz3ccUZdZ4vTL+HcPWyrrnqnJTa7957yH7rLIsR3QuBAw f/XQJbzfR5dn2u6dvJweHA0skFXVAzsDMKchIhPchkom7kH8ppZ6PBGzW3EsRNBl+6XQTSryChK3G JsuNq7Mymz6D/pK7OPMmtpq+VRgh2RwspcgiZpl9Z+APZRRHPARw+w9ZDOC2DF15VjMJE6rgPGx2I aGdXLNet22AFjZr1nz8A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1u2ytr-0000000BqU7-34Sd; Thu, 10 Apr 2025 20:53:27 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.98.2 #2 (Red Hat Linux)) id 1u2ytq-0000000BqTO-0k7M; Thu, 10 Apr 2025 20:53:26 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id B62BE68452; Thu, 10 Apr 2025 20:53:14 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9B6DC4CEE9; Thu, 10 Apr 2025 20:53:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1744318404; bh=BALhi4UrMbOHA37ho5uqHpYpjwN+INMK6vrW7q6TxLY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=T8Vyz6cfJb/zRX/vLBSm8X+PPVyWrHbSmVVfybfeJ25+JlQOaUtD0X9QKcHfOSUY4 ejqEG36LkwZ0X1thU8D3+5KGySCJJ8OoPMp5rz7kuVNnZVIjl0HZbO5h3FvCpOLbuo ZjsGQNqEj8XqjX9icWiqTZlPyy5NOVoomW6aFXTar7Tv49ayJuvgef0UU6SNq1S2vI rKphEYb/zcsM2gzUVXGW1EwI9a+su8oreolWTPBWzhlDtBWeO11xFdmAGfP3Ivtz8L GgiKk8Bg3NmuHJSLAcD5HYi7qNOKhMbI1juoCitot4icgIVzohwjBbgLmW1f/kglbS +p8eQKJSg+/Bg== Date: Thu, 10 Apr 2025 15:53:23 -0500 From: "Rob Herring (Arm)" To: Ze Huang Cc: Conor Dooley , Alexandre Ghiti , linux-usb@vger.kernel.org, Vinod Koul , Philipp Zabel , Yixun Lan , Thinh Nguyen , linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, spacemit@lists.linux.dev, Krzysztof Kozlowski , Greg Kroah-Hartman , Paul Walmsley , Albert Ou , Kishon Vijay Abraham I , linux-riscv@lists.infradead.org, Palmer Dabbelt Subject: Re: [PATCH 1/7] dt-bindings: phy: spacemit: add K1 USB2 PHY Message-ID: <174431840229.1041655.15249977458763916963.robh@kernel.org> References: <20250407-b4-k1-usb3-v3-2-v1-0-bf0bcc41c9ba@whut.edu.cn> <20250407-b4-k1-usb3-v3-2-v1-1-bf0bcc41c9ba@whut.edu.cn> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250407-b4-k1-usb3-v3-2-v1-1-bf0bcc41c9ba@whut.edu.cn> 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 Mon, 07 Apr 2025 20:38:46 +0800, Ze Huang wrote: > Add support for USB2 PHY found on SpacemiT K1 SoC. > > Signed-off-by: Ze Huang > --- > .../devicetree/bindings/phy/spacemit,usb2-phy.yaml | 40 ++++++++++++++++++++++ > 1 file changed, 40 insertions(+) > Reviewed-by: Rob Herring (Arm) -- linux-phy mailing list linux-phy@lists.infradead.org https://lists.infradead.org/mailman/listinfo/linux-phy