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 C3DDE1DFE8; Sun, 27 Oct 2024 21:11:26 +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=1730063486; cv=none; b=t1lHWtGer1DgD4kqsJHuLJHKn+uwbKMknAuZ7uLxeVuiE5bcGS+YhzrwmZph5jSSUJHqlEjHwuORtt8PMx513VzZhdlrKJFH53X+JES6dxUkwArBgcbHt4jGHvXQ/iEJjwe2AbI+MY6GIXgI4LVKsiiOoptisF/Tbu1A9EB3BLI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730063486; c=relaxed/simple; bh=qxdDf/jwCLwtMg/BFx08kpItrd6GwiKsheCB5mZ8L5g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=hGX8QLjCVoGuV68xI+N4i2xxsdtSWQ//DzVj3GRvSVWuNV9kaYvJtSKANBufElMu4OkuT0cWghxR5OigfhKOfW6V4Hq7gGMMuOmVc6zRJEgycTusyAaV7mqO095KoCUIHeFnoTh/U/KcfUYdlYpw9kSdS+3mlNRERIK5WxzTF9I= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=roFr7gAu; 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="roFr7gAu" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E0D27C4CEC3; Sun, 27 Oct 2024 21:11:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1730063486; bh=qxdDf/jwCLwtMg/BFx08kpItrd6GwiKsheCB5mZ8L5g=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=roFr7gAuUh9x1bpL1a0X8t4pPfIME4ciTyiS0Xlu+4gWLAEBQ+uQL0SehfyR/hlc3 wt5kyLKGovdfDXWrMtpmn4LPYhctXKnxbGbSkcppX3uiveof5OYnKSWQ1D2xYM1myr uUdHKipcFFu2jiHLHXcw/nK/Xgqy6JqzlhoqoAJ8yea3k923xOnYX7+KYpkWCIRT5p Xq85rQpq71LfaYvdEiIF93WtNBxtPUym+NgeS/EM6MKs99yapMKkMQcumgMTba2oZc PVx6EDRO2HXb2Y0Qa2lz20vNo3Ig/eR7jkBwRiKtOIdvFCegFlu+EjtHYKdntM69ob h0SNp3L2sf16Q== Date: Sun, 27 Oct 2024 16:11:25 -0500 From: "Rob Herring (Arm)" To: Cody Eksal Cc: Samuel Holland , Krzysztof Kozlowski , devicetree@vger.kernel.org, Viresh Kumar , Krzysztof Kozlowski , Thierry Reding , Nishanth Menon , Chen-Yu Tsai , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Yangtao Li , "Rafael J. Wysocki" , Maxime Ripard , Stephen Boyd , Vinod Koul , linux-pm@vger.kernel.org, Greg Kroah-Hartman , Conor Dooley , Florian Fainelli , linux-phy@lists.infradead.org, linux-usb@vger.kernel.org, Kishon Vijay Abraham I , Andre Przywara , linux-sunxi@lists.linux.dev, Yangtao Li , Linus Walleij , Jernej Skrabec , Parthiban Subject: Re: [PATCH 03/13] dt-bindings: phy: sun50i-a64: add a100 compatible Message-ID: <173006348387.87150.15151805812797724971.robh@kernel.org> References: <20241024170540.2721307-1-masterr3c0rd@epochal.quest> <20241024170540.2721307-4-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-4-masterr3c0rd@epochal.quest> On Thu, 24 Oct 2024 14:05:21 -0300, Cody Eksal wrote: > The USB PHY found in the A100 is similar to that found in the A64, > although it requires some quirks to be enabled. Add a compatible for the > A100's variant. > > Signed-off-by: Cody Eksal > --- > .../devicetree/bindings/phy/allwinner,sun50i-a64-usb-phy.yaml | 1 + > 1 file changed, 1 insertion(+) > Acked-by: Rob Herring (Arm)