提交 0bcb7efd 编写于 作者: L Linus Walleij 提交者: Ulf Hansson

mmc: mmci: fix an ages old detection error

commit 4956e109 ("ARM: 6244/1: mmci: add variant data and default
MCICLOCK support") added variant data for ARM, U300 and Ux500 variants.
The Nomadik NHK8815/8820 variant was erroneously labeled as a U300
variant, and when the proper Nomadik variant was later introduced in
commit 34fd4213 ("ARM: 7378/1: mmci: add support for the Nomadik MMCI
variant") this was not fixes. Let's say this fixes the latter commit as
there was no proper Nomadik support until then.

Cc: stable@vger.kernel.org
Fixes: 34fd4213 ("ARM: 7378/1: mmci: add support for the Nomadik...")
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
上级 d9812780
...@@ -1886,7 +1886,7 @@ static struct amba_id mmci_ids[] = { ...@@ -1886,7 +1886,7 @@ static struct amba_id mmci_ids[] = {
{ {
.id = 0x00280180, .id = 0x00280180,
.mask = 0x00ffffff, .mask = 0x00ffffff,
.data = &variant_u300, .data = &variant_nomadik,
}, },
{ {
.id = 0x00480180, .id = 0x00480180,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册