From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m16.yeah.net (mail-m16.yeah.net [1.95.21.16]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 0F45F17588 for ; Tue, 13 Aug 2024 03:21:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=1.95.21.16 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723519303; cv=none; b=hYGPABf28S8IhXxZbtSQ5Amk3sGXyjSkSaqEKdAz9Nzv15YKtDrhwwnI/kY2dHym2t1aHkSfWviy4isUKeendpMjA9HsvCgWKDSoI5ppOl+pHKa9mc6x+QOMLWOaXqsdcBO7KHervnEBhkfQBcaVM2s8TzPtvKF4Fu8nbT4JeBo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1723519303; c=relaxed/simple; bh=qa8hrCIuw/DZvzNGXRkoic1AaKOPbfAItMwf5cEK41w=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=WBHIGU64qTrbwZcpfbo7SO9y9uZV4ER4x3Po2xbtNSBFe0zz33yW8+NEwzUlw3GN2UlLdjjFqr4+gYvkgN5on4dOIaCPacyjklcif0jEtUub7Dw7Vu7ZPgmuZx8wq+3RYPN7Qi8Kmi8cAsGxl5TfuHmatvUoOUXT02JxfITcreo= 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=I6xgm9zi; arc=none smtp.client-ip=1.95.21.16 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="I6xgm9zi" 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=VaTN/iONQn/aQCaJ3eYqrbMR3KgB3UWpWae6aU/82zc=; b=I6xgm9zi5IvbrWPQPSBTqd4MtKQoB417slFQ8vBF7OJpbh05yynFkUVts87S7b 3RrXum5xqZuDgA6Jck80HCN6wEuqFgXbAeiXviS78AvVi3Th+S7b84McmQVolUTY r4JEazZSno+8L4hQ1fS27uMIjYvrNYo3VGidxiIuy5Dhw= Received: from dragon (unknown [117.62.10.86]) by gzsmtp1 (Coremail) with SMTP id Mc8vCgCHjyAu0bpm3JtSAg--.42013S3; Tue, 13 Aug 2024 11:21:20 +0800 (CST) Date: Tue, 13 Aug 2024 11:21:18 +0800 From: Shawn Guo To: "Peng Fan (OSS)" Cc: robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org, shawnguo@kernel.org, s.hauer@pengutronix.de, kernel@pengutronix.de, festevam@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, imx@lists.linux.dev, linux-arm-kernel@lists.infradead.org, wahrenst@gmx.net, Peng Fan Subject: Re: [PATCH] arm64: dts: imx93: add cache info Message-ID: References: <20240801081111.1492688-1-peng.fan@oss.nxp.com> Precedence: bulk X-Mailing-List: imx@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20240801081111.1492688-1-peng.fan@oss.nxp.com> X-CM-TRANSID:Mc8vCgCHjyAu0bpm3JtSAg--.42013S3 X-Coremail-Antispam: 1Uf129KBjDUn29KB7ZKAUJUUUUU529EdanIXcx71UUUUU7v73 VFW2AGmfu7bjvjm3AaLaJ3UbIYCTnIWIevJa73UjIFyTuYvjxUsPfHUUUUU X-CM-SenderInfo: pvkd40hjxrjqh1hdxhhqhw/1tbiAgo6ZWa6xHErEgABsG On Thu, Aug 01, 2024 at 04:11:11PM +0800, Peng Fan (OSS) wrote: > From: Peng Fan > > i.MX93 features two Cortex-A55 cores with per core L1 Instruction > cache size 32KB, L1 data cache size 32KB, per core L2 cache 64KB, and > unified 256KB L3 cache. > > Add the cache info to remove cacheinfo warnings at boot: > "cacheinfo: Unable to detect cache hierarchy for CPU 0" > > Signed-off-by: Peng Fan Applied, thanks!