Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
coresight: support the TPIU version found in Ux500
Browse files Browse the repository at this point in the history
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: Linus Walleij <[email protected]>
Signed-off-by: Mathieu Poirier <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
linusw authored and gregkh committed May 24, 2015
1 parent 1c65b38 commit 4339b69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/hwtracing/coresight/coresight-tpiu.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,10 @@ static struct amba_id tpiu_ids[] = {
.id = 0x0003b912,
.mask = 0x0003ffff,
},
{
.id = 0x0004b912,
.mask = 0x0007ffff,
},
{ 0, 0},
};

Expand Down

0 comments on commit 4339b69

Please sign in to comment.