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 9E56CD0C5F8 for ; Fri, 25 Oct 2024 10:11:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:Content-Transfer-Encoding: Content-Type:MIME-Version:References:In-Reply-To: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=VLpQlmQQ2QGUVj2FtfPYynyu0Ki5FQzB94Q8qsaHA8E=; b=BfTLqhCDsT5DJZmm4ZzeFkhIZY p7Xnk+4hgEpJU3kHqDeRnZCnlbc65yV+U1gwQTN0cGSSoXcmT8Q/J1mkTRO9jTrMofWfReXRd0zVu 9CcZke3sp3dE7WxDyP1GcDRUdqpn+WPxtRNsH9cD0U7zSHpgwkc9qO8qPs2rKKdw0EyY6mvCSnG3N JTbzFssfeC5URlgT+9cPPI8Ynd1WE1EVmJyL8BEv2YxBtOAWLdOj7XVK2BArVGp5+3/qU1y7lgf9H 3aKlgEAfkqHVtGw+G72VFl36+WrpA8uuU0nWWWNok0Fyj4mA515xij9l5mZqqKX9qmhZmbQIuSAit /V8p8Lag==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t4HHs-00000003K1Y-3UfS; Fri, 25 Oct 2024 10:11:20 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1t4HGD-00000003JXT-0166; Fri, 25 Oct 2024 10:09:38 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id F00F3339; Fri, 25 Oct 2024 03:10:03 -0700 (PDT) Received: from donnerap.manchester.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 8419C3F73B; Fri, 25 Oct 2024 03:09:29 -0700 (PDT) Date: Fri, 25 Oct 2024 11:09:26 +0100 From: Andre Przywara To: Cody Eksal Cc: "linux-pm@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-sunxi@lists.linux.dev" , "linux-kernel@vger.kernel.org" , "linux-phy@lists.infradead.org" , "linux-usb@vger.kernel.org" , Greg Kroah-Hartman , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Parthiban , Yangtao Li , Florian Fainelli , Vinod Koul , Linus Walleij , Thierry Reding , Krzysztof Kozlowski , Chen-Yu Tsai , Maxime Ripard , Yangtao Li , Viresh Kumar , Nishanth Menon , Stephen Boyd , Jernej Skrabec , Samuel Holland , Kishon Vijay Abraham I , "Rafael J. Wysocki" Subject: Re: [PATCH 04/13] dt-bindings: usb: Add A100 compatible string Message-ID: <20241025110926.6e033dfc@donnerap.manchester.arm.com> In-Reply-To: <20241024170540.2721307-5-masterr3c0rd@epochal.quest> References: <20241024170540.2721307-1-masterr3c0rd@epochal.quest> <20241024170540.2721307-5-masterr3c0rd@epochal.quest> Organization: ARM X-Mailer: Claws Mail 3.18.0 (GTK+ 2.24.32; aarch64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241025_030937_175842_4B79EB9A X-CRM114-Status: GOOD ( 13.60 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, 24 Oct 2024 18:05:22 +0100 Cody Eksal wrote: > The Allwinner A100 contains two fully OHCI/EHCI compatible USB host > controllers. Add their compatible strings to the list of > generic OHCI/EHCI controllers. > > Signed-off-by: Cody Eksal Reviewed-by: Andre Przywara Cheers, Andre > --- > Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 + > Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/usb/generic-ehci.yaml b/Documentation/devicetree/bindings/usb/generic-ehci.yaml > index 2ed178f16a78..e00e98dd04af 100644 > --- a/Documentation/devicetree/bindings/usb/generic-ehci.yaml > +++ b/Documentation/devicetree/bindings/usb/generic-ehci.yaml > @@ -30,6 +30,7 @@ properties: > - allwinner,sun4i-a10-ehci > - allwinner,sun50i-a64-ehci > - allwinner,sun50i-h6-ehci > + - allwinner,sun50i-a100-ehci > - allwinner,sun50i-h616-ehci > - allwinner,sun5i-a13-ehci > - allwinner,sun6i-a31-ehci > diff --git a/Documentation/devicetree/bindings/usb/generic-ohci.yaml b/Documentation/devicetree/bindings/usb/generic-ohci.yaml > index b9576015736b..6ce81979781b 100644 > --- a/Documentation/devicetree/bindings/usb/generic-ohci.yaml > +++ b/Documentation/devicetree/bindings/usb/generic-ohci.yaml > @@ -17,6 +17,7 @@ properties: > - allwinner,sun4i-a10-ohci > - allwinner,sun50i-a64-ohci > - allwinner,sun50i-h6-ohci > + - allwinner,sun50i-a100-ohci > - allwinner,sun50i-h616-ohci > - allwinner,sun5i-a13-ohci > - allwinner,sun6i-a31-ohci