提交 4339b699 编写于 作者: L Linus Walleij 提交者: Greg Kroah-Hartman

coresight: support the TPIU version found in Ux500

The Ux500 has a PrimeCell version 4B instead of the 3B as
supported by the driver, extend the match table to cover
this version.
Signed-off-by: NLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: NMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 1c65b388
......@@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = {
.id = 0x0003b912,
.mask = 0x0003ffff,
},
{
.id = 0x0004b912,
.mask = 0x0007ffff,
},
{ 0, 0},
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册