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 19399C87FCA for ; Fri, 25 Jul 2025 23:13:58 +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=jMo59asTJjkivElFj4xsO9OlGxxJiEH/yqQhEssE3hc=; b=hasfRGC9ZPOiwL nwmuw/DKa7blUi1B4f9yqpqI1xwTuIpFb/7iSaGnImTwdd9ncE4OXc5nKQabR5ktSda/JmGXuJDxK 827RZ9CcHcwMd3L+zZNh24XLvZXukwhC/EzCB02EH8sizi2h7rGA3yMTgyqjUncX/Kwg7jYU7veKx YgS3aCz04sscPiWfs1ACll23v6omVY5AeFZuuYiikCYLQms1mmQAIBxqMW+0DDJIforxse/bKHh8X 2WRK0Orfqk1qBU01S2iFSrsA2RYX9el04aVSLEKXUyycox7XOq4ED0vvZOYXLKw6zAyoVqb1xLdbh RmINgC29UuSzMBI/g2/g==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98.2 #2 (Red Hat Linux)) id 1ufRbt-0000000Aq5f-4BMW; Fri, 25 Jul 2025 23:13:54 +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 1ufRUV-0000000ApMl-2zYg; Fri, 25 Jul 2025 23:06:15 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by tor.source.kernel.org (Postfix) with ESMTP id EDB85601DC; Fri, 25 Jul 2025 23:06:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6392AC4CEE7; Fri, 25 Jul 2025 23:06:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753484773; bh=8vnCCU3LPQGo53C05dFuO3MKjV+pOSMNfVK636KtS6E=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=djIISh6YSRnwbypyxmMrAcPIUUF5v68Wdiwz93/UgTP6WNGlSue6F0OcCzQrZG/Zu sxV/iPajbiXLYwfkki0R/DK9I/KVRQXo0WqgVHJjKoLhQxf3hQZxLs715FLHVQBuPm crPoWpACcui6Im2dZ5mc+qrKo1XDtXvUhg9ExD8DgK+RVldhB2w6d4xkZlr3GTEvPz zmeE5b71gF1tNqmZWVZY9GykFDPmPtcjhvZFveml/6vCq7nGZE7EYsShbqNBoEULL4 LzAZkEB6gHsWfNWNJRBItw2Oj7UXsWz/+xvKkNl0N387AaMtBHlfN/qcz1nncI8DnS yKgoA+adJ0F+g== Date: Fri, 25 Jul 2025 18:06:12 -0500 From: "Rob Herring (Arm)" To: Jonas Karlman Cc: linux-usb@vger.kernel.org, Heiko Stuebner , Krzysztof Kozlowski , Conor Dooley , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, Vinod Koul , Kishon Vijay Abraham I , devicetree@vger.kernel.org, Chukun Pan , Yao Zi , Greg Kroah-Hartman , linux-rockchip@lists.infradead.org Subject: Re: [PATCH 06/11] dt-bindings: usb: dwc3: Add compatible for RK3528 Message-ID: <175348477194.2001313.779930445119740224.robh@kernel.org> References: <20250723122323.2344916-1-jonas@kwiboo.se> <20250723122323.2344916-7-jonas@kwiboo.se> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20250723122323.2344916-7-jonas@kwiboo.se> 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, 23 Jul 2025 12:23:04 +0000, Jonas Karlman wrote: > The USB dwc3 core on Rockchip RK3528 is the same as the one already > described by the generic snps,dwc3 schema. > > Add the compatible for the Rockchip RK3528 variant. > > Signed-off-by: Jonas Karlman > --- > Documentation/devicetree/bindings/usb/rockchip,dwc3.yaml | 3 +++ > 1 file changed, 3 insertions(+) > Acked-by: Rob Herring (Arm) _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip