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 1183DCCD185 for ; Thu, 9 Oct 2025 14:52:24 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 7F23C10E07A; Thu, 9 Oct 2025 14:52:23 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="oU0HepS2"; dkim-atps=neutral Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 9C5E310EA8A for ; Thu, 9 Oct 2025 14:52:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1760021540; bh=xTL7DiG+Wk108ylAXsFi8OtRDEe6Q9eiMtDN6TQ8Apk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oU0HepS2IWZZrhWZYuEfvO/ws2PxfGE4XKGmToRtThn9ggtmE+yHPSaXnHJgeMW8s HsKmBk6g1OsQYwqbilxLK+LpbJDWdWZlee40S7xQfirBLQ3IzhnTCeP5S+orEv0vXU jSlm5MGJ1dY4wMi/UbDykqrxN3X1n8lf7haASYuVcZ1l7H1cJE8Sn4mdtg2KOebKV0 YaictgUawY/PEac8aIiDdn8LLgM8KS7RJTG7T4H4KTCb/EegoO941FYyPYSeKcnVdb dveNCofdcEuQPHmcemW6kzP4PLG4Su5P5C8+IzSYdXQNU8Ph6X8ccExe4fxycb0ZdI xhmJW7rFsvk6Q== Received: from fedora (unknown [IPv6:2a01:e0a:2c:6930:d919:a6e:5ea1:8a9f]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: bbrezillon) by bali.collaboradmins.com (Postfix) with ESMTPSA id 71DE917E009B; Thu, 9 Oct 2025 16:52:19 +0200 (CEST) Date: Thu, 9 Oct 2025 16:52:16 +0200 From: Boris Brezillon To: Frank Li Cc: Steven Price , Rain Yang , imx@lists.linux.dev, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, liviu.dudau@arm.com, maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.co, simona@ffwll.ch, marek.vasut@mailbox.org, robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, Rain Yang Subject: Re: [PATCH v2 1/2] dt-bindings: gpu: mali-valhall: make mali-supply optional Message-ID: <20251009165216.3670c6bf@fedora> In-Reply-To: References: <20250928090334.35389-1-jiyu.yang@oss.nxp.com> <7c3b219f-f504-4c4c-a13a-6a25a0eda277@arm.com> Organization: Collabora X-Mailer: Claws Mail 4.3.1 (GTK 3.24.49; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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 Thu, 9 Oct 2025 10:43:25 -0400 Frank Li wrote: > On Thu, Oct 09, 2025 at 02:00:43PM +0100, Steven Price wrote: > > Series applied to drm-misc-next. > > I have not seen DT team's acked tag for binding. Rob acked it. > > Frank > > > > > Thanks, > > Steve > > > > On 28/09/2025 10:03, Rain Yang wrote: > > > From: Rain Yang > > > > > > Not all platforms require the mali-supply regulator. This change removes > > > it from the required list in the binding schema, and make mali-supply > > > required for rk3588 only. > > > > > > Signed-off-by: Rain Yang > > > --- > > > .../devicetree/bindings/gpu/arm,mali-valhall-csf.yaml | 3 ++- > > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > > > diff --git a/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml b/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml > > > index b220cbd5362f..ef9791d8ed95 100644 > > > --- a/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml > > > +++ b/Documentation/devicetree/bindings/gpu/arm,mali-valhall-csf.yaml > > > @@ -92,7 +92,6 @@ required: > > > - interrupts > > > - interrupt-names > > > - clocks > > > - - mali-supply > > > > > > additionalProperties: false > > > > > > @@ -109,6 +108,8 @@ allOf: > > > power-domains: > > > maxItems: 1 > > > power-domain-names: false > > > + required: > > > + - mali-supply > > > > > > examples: > > > - | > >