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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 E9513EFD23D for ; Wed, 25 Feb 2026 11:07:02 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 35B6110E010; Wed, 25 Feb 2026 11:07:02 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="fMN5sQ7y"; dkim-atps=neutral Received: from sea.source.kernel.org (sea.source.kernel.org [172.234.252.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7A14610E737 for ; Wed, 25 Feb 2026 11:07:00 +0000 (UTC) Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sea.source.kernel.org (Postfix) with ESMTP id 3622841942; Wed, 25 Feb 2026 11:07:00 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6C11FC116D0; Wed, 25 Feb 2026 11:06:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772017620; bh=/vE7uvuaCXSs7YmOxiPnT+lQCznNjU9pP7qljs6QuPc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fMN5sQ7yP4uqqJVZf/sKJtP9eCukvfMRWRCAcmEQPku8ckfbYtaqNVVMQJ0pGikIy 6i+bEZErCpHVyCWFe9yqpkHt2dRFD0c0PccUGIJuprBTGlQ55cGMQJjs5QtDYl/7+E pxs51vKFJDxhSE4lnC4xMQnCmRClQqPSYt0lmQz1SgoLymgtGVhq8wcY+Inv97KQod oxXfhSd8I5PfZFH7qsqiX29NCUyXwXsOn3T66dU7GGvtmudg9ZL6fKzYnFTsjZPXJ2 QdUisfY+zuMSYPn0YEsovwQc8mbvC49ZA6ExEW9no1MjBwas2NvsE689Xvfp2rjWxn 4lW1bKFhczwLQ== Date: Wed, 25 Feb 2026 12:06:56 +0100 From: Krzysztof Kozlowski To: Antonios Christidis Cc: Nishanth Menon , Vignesh Raghavendra , Tero Kristo , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Frank Binns , Matt Coster , David Airlie , Simona Vetter , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , Santosh Shilimkar , Michael Turquette , Stephen Boyd , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-clk@vger.kernel.org Subject: Re: [PATCH 2/5] dt-bindings: gpu: img: Add J721e SoC specific compatible Message-ID: <20260225-malamute-of-perpetual-typhoon-2f0f65@quoll> References: <20260224-gpu_dts-v1-0-cc5ddffe140c@ti.com> <20260224-gpu_dts-v1-2-cc5ddffe140c@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260224-gpu_dts-v1-2-cc5ddffe140c@ti.com> X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Tue, Feb 24, 2026 at 12:09:16PM -0600, Antonios Christidis wrote: > Add J721e SoC specific compatible. > > Signed-off-by: Antonios Christidis > --- > Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > > diff --git a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml > index a1f54dbae3f3..56249d1e65aa 100644 > --- a/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml > +++ b/Documentation/devicetree/bindings/gpu/img,powervr-rogue.yaml > @@ -44,7 +44,11 @@ properties: > - ti,j721s2-gpu > - const: img,img-bxs-4-64 > - const: img,img-rogue > - > + - items: > + - enum: > + - ti,j721e-gpu > + - const: img,img-ge8430 > + - const: img,img-rogue > # This legacy combination of compatible strings was introduced early on > # before the more specific GPU identifiers were used. > - items: > @@ -103,6 +107,7 @@ allOf: > - ti,am62-gpu > - ti,am62p-gpu > - ti,j721s2-gpu > + - ti,j721e-gpu What about img,img-ge8430? Why this one does not have constraints? What about all other constraints? > then: > properties: > clocks: Best regards, Krzysztof