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 B870F1EB2B; Thu, 7 Mar 2024 15:02:20 +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=1709823740; cv=none; b=I6kYeA5oqwyvPSRacH4rEfw5wqGpf1ylcGUc1GiQvPu8CotGTYOYJ+IDvnnvWjeFVqiIojyjlMIfm+IJvYuNjdfVjz5zhNGZluk+TWA1cRU+p7hZWr4+LkiKaAMhfjU8wDSk4VlpdSj42S5KvURjWrraYhReFWA8ovvPn3ojN4E= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1709823740; c=relaxed/simple; bh=9VC7+O+rQNT+TdZmSwKKLWafyvYxPhE1RSprAvBcpNI=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=vD6t+GwfCERpS7hv/tLagWNLeZ4lZNsroe3zd12AWXdjzdkooxVk1qunEb+uI5SAEJhHq/eoGmHgVL44T4QsrzYygGHCrGq90JIHvIbYHTIOOKdBNqCvpEm8jDem6B+FEqahP01qkb6EhHvDDKPABFpQdtVQA6OvaysJofOO1YI= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=MSj0lvPM; 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="MSj0lvPM" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 08927C433F1; Thu, 7 Mar 2024 15:02:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1709823740; bh=9VC7+O+rQNT+TdZmSwKKLWafyvYxPhE1RSprAvBcpNI=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MSj0lvPM6MEjOjcLC8/euq4cCKnVpqWKSJ9rTTEDwzqfpQvK0MMG+BYSbyWg+U4ZH HQglHkvO1ReWA5rjiEybv9jkFRC1f7uhatJj2uwDDJKKHtmWefrQONkEmWwFvbiLYx QiruNgdqjn1jYYfGfKpsvWWCF0COSVhZ2IeJnJBGlyEDrBSVcuW39PTEfuydg/jeYr xVQBDFvGfjXO6I4f3rbjxV0R/o8RocpiJ3icmU8U5r65+vSnzSYg8lnzk+VAoXmGxI T3Y0+EaeGao4ncSQqNS4haHtCx0vjFkTJGq2/YPEhBwjBl97lEqxtTsUN9XyQCFGsP dMm5cMvPcJkDQ== Date: Thu, 7 Mar 2024 09:02:18 -0600 From: Rob Herring To: =?iso-8859-1?Q?Th=E9o?= Lebrun Cc: Krzysztof Kozlowski , Conor Dooley , Greg Kroah-Hartman , Thomas Petazzoni , devicetree@vger.kernel.org, Roger Quadros , Kevin Hilman , linux-kernel@vger.kernel.org, Tero Kristo , linux-arm-kernel@lists.infradead.org, Pawel Laszczak , linux-usb@vger.kernel.org, Rob Herring , Vignesh Raghavendra , =?iso-8859-1?Q?Gr=E9gory?= Clement , Alan Stern , Peter Chen , Nishanth Menon Subject: Re: [PATCH v4 1/9] dt-bindings: usb: ti,j721e-usb: fix compatible list Message-ID: <170982373727.2593865.16228010059152907870.robh@kernel.org> References: <20240307-j7200-usb-suspend-v4-0-5ec7615431f3@bootlin.com> <20240307-j7200-usb-suspend-v4-1-5ec7615431f3@bootlin.com> 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=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20240307-j7200-usb-suspend-v4-1-5ec7615431f3@bootlin.com> On Thu, 07 Mar 2024 10:55:02 +0100, Théo Lebrun wrote: > Compatible can be A or B+A, not A or B or A+B. B got added afterwards, > we want B+A not A+B. A=ti,j721e-usb and B=ti,am64-usb. > > Signed-off-by: Théo Lebrun > --- > Documentation/devicetree/bindings/usb/ti,j721e-usb.yaml | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > Reviewed-by: Rob Herring