From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 69351168C9 for ; Mon, 8 May 2023 11:05:25 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E1471C4339E; Mon, 8 May 2023 11:05:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683543925; bh=qspAeXVLg+1VVN3JN389j6lvXiwDsKO8Khmtp5J6xAs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=BbfEy/1hRsUYvLVYPTPb4RqlAL4hgSufj3z1uJ27g+aN3HX9f8QXxFQKcIWQtrmgT REmG5MsBa1iysnRlNBcpIoIRdJaJqATHsEUowvz29Q85fwFORTbei/eQpaKoPLb3j8 yGblaYfwmqPG1aN7Ykn+ekegAzGPA8AauFFNjuqk= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Vignesh Raghavendra , Nishanth Menon , Sasha Levin Subject: [PATCH 6.3 214/694] arm64: dts: ti: k3-am625: Correct L2 cache size to 512KB Date: Mon, 8 May 2023 11:40:49 +0200 Message-Id: <20230508094439.308003522@linuxfoundation.org> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230508094432.603705160@linuxfoundation.org> References: <20230508094432.603705160@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Vignesh Raghavendra [ Upstream commit 6974371cab1c488a53960945cb139b20ebb5f16b ] Per AM62x SoC datasheet[0] L2 cache is 512KB. [0] https://www.ti.com/lit/gpn/am625 Page 1. Fixes: f1d17330a5be ("arm64: dts: ti: Introduce base support for AM62x SoC") Signed-off-by: Vignesh Raghavendra Link: https://lore.kernel.org/r/20230320044935.2512288-1-vigneshr@ti.com Signed-off-by: Nishanth Menon Signed-off-by: Sasha Levin --- arch/arm64/boot/dts/ti/k3-am625.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/ti/k3-am625.dtsi b/arch/arm64/boot/dts/ti/k3-am625.dtsi index acc7f8ab64261..4193c2b3eed60 100644 --- a/arch/arm64/boot/dts/ti/k3-am625.dtsi +++ b/arch/arm64/boot/dts/ti/k3-am625.dtsi @@ -148,7 +148,7 @@ compatible = "cache"; cache-unified; cache-level = <2>; - cache-size = <0x40000>; + cache-size = <0x80000>; cache-line-size = <64>; cache-sets = <512>; }; -- 2.39.2