[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAPLW+4=G=U24jw+KNCibqPQUVFkOp4Rk8AtM3mnJ89+ShW+G0w@mail.gmail.com>
Date: Sat, 13 Jul 2024 13:21:54 -0500
From: Sam Protsenko <semen.protsenko@...aro.org>
To: David Virag <virag.david003@...il.com>
Cc: phone-devel@...r.kernel.org, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>,
Alim Akhtar <alim.akhtar@...sung.com>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-samsung-soc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] arm64: dts: exynos: exynos7885-jackpotlte: Correct RAM
amount to 4GB
On Sat, Jul 13, 2024 at 1:08 PM David Virag <virag.david003@...il.com> wrote:
>
> All known jackpotlte variants have 4GB of RAM, let's use it all.
> RAM was set to 3GB from a mistake in the vendor provided DTS file.
>
> Fixes: 06874015327b ("arm64: dts: exynos: Add initial device tree support for Exynos7885 SoC")
> Signed-off-by: David Virag <virag.david003@...il.com>
> ---
Reviewed-by: Sam Protsenko <semen.protsenko@...aro.org>
> arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts b/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts
> index ed2925b4715f..0d5c26a197d8 100644
> --- a/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts
> +++ b/arch/arm64/boot/dts/exynos/exynos7885-jackpotlte.dts
> @@ -57,7 +57,7 @@ memory@...00000 {
> device_type = "memory";
> reg = <0x0 0x80000000 0x3da00000>,
> <0x0 0xc0000000 0x40000000>,
> - <0x8 0x80000000 0x40000000>;
> + <0x8 0x80000000 0x80000000>;
> };
>
> gpio-keys {
> --
> 2.45.2
>
Powered by blists - more mailing lists