Re: [PATCH] arm: mediatek: fix ram init for mt7622 (decrease to 1G)

2024-06-28 Thread Tom Rini
On Sat, 15 Jun 2024 11:34:56 +0200, Frank Wunderlich wrote: > RAM init on mt7622 based bananapi R64 is broken since v2023.10. > > Increasing the mem-map does not help here, so i reduced the maximum > available ram in get_ram_size call from 2G to 1G (board has only 1G). > > Applied to

Re: [PATCH] arm: mediatek: fix ram init for mt7622 (decrease to 1G)

2024-06-26 Thread Frank Wunderlich
Am 15. Juni 2024 11:34:56 MESZ schrieb Frank Wunderlich : >From: Frank Wunderlich > >RAM init on mt7622 based bananapi R64 is broken since v2023.10. > >Increasing the mem-map does not help here, so i reduced the maximum >available ram in get_ram_size call from 2G to 1G (board has only 1G). >

[PATCH] arm: mediatek: fix ram init for mt7622 (decrease to 1G)

2024-06-15 Thread Frank Wunderlich
From: Frank Wunderlich RAM init on mt7622 based bananapi R64 is broken since v2023.10. Increasing the mem-map does not help here, so i reduced the maximum available ram in get_ram_size call from 2G to 1G (board has only 1G). Fixes: 5fd6d4c7b3ad ("arm: mediatek: retrieve ram_base from dts node