From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [220.197.32.19]) (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 A72971A9F97 for ; Mon, 27 Oct 2025 00:58:46 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=220.197.32.19 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761526729; cv=none; b=XEWvYFtSJYIn3hmpoCoOwI7JYS/oGBR/COHSydfxeeCC48rcINsPM3NEJjnKA7G8ByZeS+somo6K0M03qJXVYRHVLoNvCWFSQ5iFHO+CBpwm3a5T1/wJI2JGaWjbGBDQ3uNd6CO0QXpWsrqwDBnP4Jz3HZqtnV+rIe2OKsQpeyE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1761526729; c=relaxed/simple; bh=45MZvrvbG9cWqZXZnHWd2/vcmor7XWyYgRbEkCLlEM4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SHY3OMMu/GGMgscGPGFXUPwVP8l7750RKIoopLtdj2twVj/77KUqDliZdEbETtwh0PYiPwSLpw/+vk3807Scgx5fIXximB6H6LB+y2GaJGSpk9hZS7Nfkjg+jOHJ/Rd7G3O2ou3y7+T+gstkU5s/QXJ1pUWXLjO6rBebbVmtE3s= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net; spf=pass smtp.mailfrom=yeah.net; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b=NsIBY0WA; arc=none smtp.client-ip=220.197.32.19 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=yeah.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=yeah.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=yeah.net header.i=@yeah.net header.b="NsIBY0WA" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:To:Subject:Message-ID:MIME-Version: Content-Type; bh=PpsDspoPGuFN+kp23Nw2bUNjubccczLt1s7VeJsKJOk=; b=NsIBY0WA+Au1ix8V6Sl8Z5MmPiwBy52G8n0Qe/AeNT7C3G/kQd8avI0eZY253p PIn35Kfwc4n8VZusktlXchPO5r4Yde1LqxFSHfyzcyEv9brPQmgAj1xiFcSK4c2z MUkTcily0JRut8Ib72/ddchydzz22+pB7stQ4u2MtlY18= Received: from dragon (unknown []) by gzsmtp2 (Coremail) with SMTP id Ms8vCgD3H1lkw_5o1DK6AA--.23343S3; Mon, 27 Oct 2025 08:57:10 +0800 (CST) Date: Mon, 27 Oct 2025 08:57:08 +0800 From: Shawn Guo To: Marek Vasut Cc: linux-arm-kernel@lists.infradead.org, Boris Brezillon , Conor Dooley , David Airlie , Fabio Estevam , "Jiyu Yang (OSS)" , Krzysztof Kozlowski , Liviu Dudau , Maarten Lankhorst , Maxime Ripard , Pengutronix Kernel Team , Philipp Zabel , Rob Herring , Sascha Hauer , Sebastian Reichel , Shawn Guo , Simona Vetter , Steven Price , Thomas Zimmermann , Xianzhong Li , devicetree@vger.kernel.org, dri-devel@lists.freedesktop.org, imx@lists.linux.dev Subject: Re: [PATCH v3 2/2] arm64: dts: imx95: Describe Mali G310 GPU Message-ID: References: <20250925203938.169880-1-marek.vasut@mailbox.org> <20250925203938.169880-2-marek.vasut@mailbox.org> Precedence: bulk X-Mailing-List: devicetree@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: X-CM-TRANSID:Ms8vCgD3H1lkw_5o1DK6AA--.23343S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxU0NtxDUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCwHzZWj+vk4QWwAAsx On Sat, Oct 11, 2025 at 12:53:29PM +0200, Marek Vasut wrote: > On 9/25/25 10:38 PM, Marek Vasut wrote: > > The instance of the GPU populated in i.MX95 is the G310, describe this > > GPU in the DT. Include dummy GPU voltage regulator and OPP tables. > Is there still anything that should be changed with this patchset, or can it > be applied ? I'm waiting binding change to be applied first. Or is it already done? Shawn