From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0D2F25684; Sun, 27 Oct 2024 21:12:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730063551; cv=none; b=drqPZ8E0gPQbhSdAuuBd56CULnO1gkXxHBNv/W2X7iPzffvq6Vcy9NIDDYsHKk+i6t6pqzr19uWSGYBMvEX2PKs2RK1SBzhqE5Sa54+uIxKfM4CfBxeZ6z2C+lbIc0OzV8gZ3eqh4GQatUTu7XGtVqkkwxB8JOx+/eQngFhzdS0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730063551; c=relaxed/simple; bh=uar3ycx7EeVIytO9GydYomj6oWgdHWiXSLPywFoGwjo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ladbn0L12tLnPj+hG5TJVzOBFNq7MBZJ5BA344ozlERfeHQJ7LsNWUylbm7JFcQoMOjE9MBu1slDecgjLFtSLy9dSQRcm3sUytvHs08QNMOeuhSS5rv/cGaV8dudk4KD++SR2Pwuut7ehOlASGdTD/Ea9mZ+03oS051wk3+fxZM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=FtTDTfaD; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="FtTDTfaD" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 48295C4CEC3; Sun, 27 Oct 2024 21:12:30 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730063550; bh=uar3ycx7EeVIytO9GydYomj6oWgdHWiXSLPywFoGwjo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FtTDTfaDp+Zl8zoQbHTadKyITDcn5Ytr2y5R2jG6MBWu02ckpwWMg4YK945vmrjRN Uz4UKcboBHsLUosvB5XIjJrIR2qdYKNCM+WWcaqnW1YNuQvKAY2X/HHserRTaq+PHR QCVXFIPufguNxNR8DLABEfOI4UvrSGBcC/PumrIMlIUfl0DfjlRBReSXoFj69x4m9C EnDmaTxPgJZsw1J7+gt1CR9lCMHzQEKCXorpDLot9VdzY1jf1P8x1R799PXen3+76I SDuMAo6I7+ptd66g8H+AO/vCHqMvuQ/lipqQeNa5NxFeVtDK0SXXwMaM6jBT+ljV9V Ghq1jQGh6Ej9Q== Date: Sun, 27 Oct 2024 16:12:29 -0500 From: "Rob Herring (Arm)" To: Cody Eksal Cc: Vinod Koul , devicetree@vger.kernel.org, Nishanth Menon , Stephen Boyd , Chen-Yu Tsai , "Rafael J. Wysocki" , Krzysztof Kozlowski , linux-sunxi@lists.linux.dev, Yangtao Li , Viresh Kumar , Kishon Vijay Abraham I , linux-pm@vger.kernel.org, Andre Przywara , Yangtao Li , linux-phy@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Linus Walleij , Parthiban , Jernej Skrabec , Maxime Ripard , linux-usb@vger.kernel.org, Samuel Holland , Florian Fainelli , linux-kernel@vger.kernel.org, Conor Dooley , Greg Kroah-Hartman , Thierry Reding , Krzysztof Kozlowski Subject: Re: [PATCH 04/13] dt-bindings: usb: Add A100 compatible string Message-ID: <173006354857.88418.13246529686874362124.robh@kernel.org> References: <20241024170540.2721307-1-masterr3c0rd@epochal.quest> <20241024170540.2721307-5-masterr3c0rd@epochal.quest> Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20241024170540.2721307-5-masterr3c0rd@epochal.quest> On Thu, 24 Oct 2024 14:05:22 -0300, 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 > --- > Documentation/devicetree/bindings/usb/generic-ehci.yaml | 1 + > Documentation/devicetree/bindings/usb/generic-ohci.yaml | 1 + > 2 files changed, 2 insertions(+) > Acked-by: Rob Herring (Arm)