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 3873BCAC5B0 for ; Thu, 2 Oct 2025 06:39:01 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id A077010E796; Thu, 2 Oct 2025 06:39:00 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=collabora.com header.i=@collabora.com header.b="qo1aCpJa"; dkim-atps=neutral Received: from bali.collaboradmins.com (bali.collaboradmins.com [148.251.105.195]) by gabe.freedesktop.org (Postfix) with ESMTPS id 124A210E78F for ; Thu, 2 Oct 2025 06:38:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=collabora.com; s=mail; t=1759387137; bh=Cq9tgCOrO6tTDVdXzDEPvzI63oo0/Jr9pKFIJgOwIIk=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qo1aCpJaSG/ZuVtn+ACWpWxctNoVO3s6DdIii3zIus3Q11a97NkbBkAHpJdva8vhN ZV0iWizRwszLoyVx8avtisKCLV5S/LR7GS4URv6Qsf76HQm1pesrCK+3Zb5urqE5lZ PI3yYGftaHFJCW1BIBSdftNv/IuU7CWc163qZldK9m109w7NhfSAZ+hob6BfGZz9Pz qYChQGv464O3lUg3HsRa4i59TZvrfJE1VfRXH/UberQ4YC7k1exMYjoNFAzM3g8KvE 7518QcVHSEOYDk8i/jixlN0uJZnCP7JBQGRJkAmMxYRnyaA3772UNLJzvAQCyyr2b4 ldM2mhsxFIgOQ== 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 0D06717E009B; Thu, 2 Oct 2025 08:38:57 +0200 (CEST) Date: Thu, 2 Oct 2025 08:38:50 +0200 From: Boris Brezillon To: Rain Yang Cc: imx@lists.linux.dev, dri-devel@lists.freedesktop.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, steven.price@arm.com, 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: <20251002083850.2be23128@fedora> In-Reply-To: <20250928090334.35389-1-jiyu.yang@oss.nxp.com> References: <20250928090334.35389-1-jiyu.yang@oss.nxp.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 Sun, 28 Sep 2025 17:03:33 +0800 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 Reviewed-by: Boris Brezillon > --- > .../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: > - |