From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Schwierzeck Date: Thu, 22 Apr 2021 02:46:18 +0200 Subject: [PATCH] mips: mt7628: fix ddr_type for MT7688KN In-Reply-To: <1614064364-30544-1-git-send-email-weijie.gao@mediatek.com> References: <1614064364-30544-1-git-send-email-weijie.gao@mediatek.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Am Dienstag, den 23.02.2021, 15:12 +0800 schrieb Weijie Gao: > The MT7688KN is a multi-chip package with 8MiB DDR1 KGD. So the DDR > type > from bootstrap register must be ignored, and always be assumed as > DDR1. > > This patch fixes an issue that mt7628_ddr_pad_ldo_config() may be > passed > with a wrong ddr_type in MT7688KN. > > Signed-off-by: Weijie Gao > --- > arch/mips/mach-mtmips/mt7628/ddr.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > applied to u-boot-mips, thanks. -- - Daniel