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 2C5EAC88E72 for ; Thu, 17 Sep 2026 18:47:47 +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=VMyELRDrTYky6dkWE14h5eRzoNj1/j08Om7EnikoCn4=; b=eMiy7MlmAwWM9w mKISO565aMf/0jQVyaBnU3E/UKUlAqTGebMn5VqpQRzQnSCgPNMrVfrVbYUBhYRhn4zL2Ipj/6jiC g5XCalulvBPK9Iq0agmO1boDa75awC3uuW+qTHSct7EiSUk4/cvCZ0nUIEkNt0lv9yt1SU3RQ++nE 9nD/akRgyLgQqzXsAU0h3wp3nu8ANeLhAwrx2Shpva8cO9x1ki1VjtIg7t+stOHbDn1AyjbfP61Tv OEvOI1ev002wNDLEVIG5/CP6C/eROHcPSd23vrpjXIpPCDWcyeEUZ2xN9IDt/dvWSdbp6NUZJweZ/ xjdOI0uUYjTUbFcUontw==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x7H93-0000000CH7L-3CpE; Thu, 17 Sep 2026 18:47:41 +0000 Received: from tor.source.kernel.org ([172.105.4.254]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x7H92-0000000CH73-0nu7; Thu, 17 Sep 2026 18:47:40 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by tor.source.kernel.org (Postfix) with ESMTP id 774D2601EF; Thu, 17 Sep 2026 18:47:39 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F0AEE1F000FF; Thu, 17 Sep 2026 18:47:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1789670859; bh=RB+lkJpEGs/Tp7yJ8tDun2hxafZcPxZcGRyzDGf/Wmw=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=U5yvLhR7kg3AUOGxWevVobUxFG5cDrRoDZl3Uf29aZVUbCqfsQeQccEGxNHVyjLlb jByeQD+TBohUtSnVdtWFs3wmHc0yWebo6rAzygp7op11HA9K/nA0kfUTEc1LzYW6p5 Y5OPeTJo6eXJgWR+NNcJR0pOlZXy4JHAEwH++z4NzmRLqUMPOeImRb6UheiNcxxKOz VGealALA/WvaAKvHrrXMxdJ2I/kEXd392Uu7EbUEplgLW926Mz+5VrG1Dj20vvA3rs NiHhoUdiKVRDZYkT3rOl7OPKueo6PjGoEjO0P5g6bTv6iICpnEJUwxvat/xsW1XL5c rrIildFOO0SiQ== Date: Thu, 17 Sep 2026 13:47:37 -0500 From: "Rob Herring (Arm)" To: Krzysztof Kozlowski Cc: Conor Dooley , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, Greg Kroah-Hartman , linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org, Neil Armstrong , Martin Blumenstingl , Kevin Hilman , linux-usb@vger.kernel.org, devicetree@vger.kernel.org, Felipe Balbi , Jerome Brunet Subject: Re: [PATCH 1/2] dt-bindings: usb: snps,dwc3: Correctly restrict number of resets Message-ID: <178967085576.3095640.4739017152985753392.robh@kernel.org> References: <20260812134455.179663-3-krzysztof.kozlowski@oss.qualcomm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20260812134455.179663-3-krzysztof.kozlowski@oss.qualcomm.com> X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+linux-amlogic=archiver.kernel.org@lists.infradead.org On Wed, 12 Aug 2026 15:44:56 +0200, Krzysztof Kozlowski wrote: > Add missing upper bound of number of resets for DWC3 node, because > "minItems" alone does not imply one and any number of resets would be > allowed. Ideally this would be restricted to "maxItems: 1" (as in a few > other bindings referencing snps,dwc3.yaml) but > arch/arm64/boot/dts/hisilicon/hi3660.dtsi defines node with four resets > and a generic compatible, thus make this one an upper limit. > > Signed-off-by: Krzysztof Kozlowski > --- > Documentation/devicetree/bindings/usb/snps,dwc3.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm) _______________________________________________ linux-amlogic mailing list linux-amlogic@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-amlogic