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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 B7CE1CED27F for ; Tue, 8 Oct 2024 08:53:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=PJZdc22OCR844nkMs2ao6cs66z7059vtXIHCyFffkPk=; b=XX4DzKGDz08nuHEnBLZD+hg7ie W3pp8YMm36ql8FpYCl3aIsIJE3tF31X96yucUUiQwa1SCz7QVQPqsTzfgleLgrmtOnmyycTD25xG0 6cn4p/4mibu53TBPdCpNWN7uJZT8rwZYg7pkFZb5l2GLfBRDnJFSf/J8BhkX1uI8+DBZEkWtxAUVT vi7Onqzzxno2XSc/t+pt33U6RUTBCk2Rnx94eCmK9/lIE2QhdBnfHWyHEpmN/zywap2UJUZtqh7U5 IDT+Au3yqfJojhoCdEcHCUzgfh3MrTgeRakIdWSkGTQ5SczifKmj8jBvzC8MSGhyo4Bws/AcMCUfl QM2K+Dxg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1sy5xp-000000059fY-0gBq; Tue, 08 Oct 2024 08:53:05 +0000 Received: from mail-m16.yeah.net ([220.197.32.18]) by bombadil.infradead.org with esmtp (Exim 4.98 #2 (Red Hat Linux)) id 1sy5vc-00000005965-0YDI for linux-arm-kernel@lists.infradead.org; Tue, 08 Oct 2024 08:50:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yeah.net; s=s110527; h=Date:From:Subject:Message-ID:MIME-Version: Content-Type; bh=PJZdc22OCR844nkMs2ao6cs66z7059vtXIHCyFffkPk=; b=OpwYvbnrgpjlqKX5BnUpeI3nMk3cUj6Xfs7mEVUIQD6IwhgjOfyo1ayZvAC1mh MAonW5dn/A+cQLzU8rFn+BI2rb3ZVaIRJrjZl4rMBf0H/cpGV44/etOSUx8Nh2Y9 12DsQZH3pn0fOKo+RTLQRsin7/LPVpK7xWFqMsYHGbdZo= Received: from dragon (unknown []) by gzsmtp3 (Coremail) with SMTP id M88vCgDnlx5O8gRnBRXTAQ--.54852S3; Tue, 08 Oct 2024 16:50:23 +0800 (CST) Date: Tue, 8 Oct 2024 16:50:21 +0800 From: Shawn Guo To: Alexander Stein Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , linux@ew.tq-group.com, devicetree@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/1] ARM: dts: imx6qdl: Add reserved memory area for CMA memory Message-ID: References: <20240827142458.265558-1-alexander.stein@ew.tq-group.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240827142458.265558-1-alexander.stein@ew.tq-group.com> X-CM-TRANSID: M88vCgDnlx5O8gRnBRXTAQ--.54852S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUVxR6UUUUU X-Originating-IP: [117.62.23.175] X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiCR9yZWcEqhjkVQAAsh X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20241008_015048_560930_1E33EE21 X-CRM114-Status: UNSURE ( 7.34 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Aug 27, 2024 at 04:24:58PM +0200, Alexander Stein wrote: > Default CMA size is too small for HDMI output and VPU usage. Increase the > default size by providing a CMA memory area. > > Signed-off-by: Alexander Stein Changed subject prefix to "ARM: dts: imx6qdl-mba6: " Applied, thanks!