commit | ad020aa91985ab4cc29a2694fdbe478fce3f412e | [log] [tgz] |
---|---|---|
author | developer <developer@mediatek.com> | Tue Feb 23 15:12:44 2021 +0800 |
committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | Thu Apr 22 02:44:20 2021 +0200 |
tree | aab8a15fb90cd40fe1c4fc325701ebb67b38a89f | |
parent | e49a0f3ba52c7914f49141b8599214a7ab3014eb [diff] |
mips: mt7628: fix ddr_type for MT7688KN 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. Reviewed-by: Stefan Roese <sr@denx.de>