Skip to content

Commit

Permalink
hwtracing: Add entries from sm8150-coresight
Browse files Browse the repository at this point in the history
cat sm8150-coresight.dtsi | grep primecell-periphid | cut -c29- | sed "s/>;//g;s/^/ETM4x_AMBA_ID(/g;s/$/),/g" | sort -u

eng.stk: adapt and add clocks for sm8150

Signed-off-by: engstk <eng.stk@sapo.pt>
  • Loading branch information
Jebaitedneko authored and engstk committed Jul 16, 2021
1 parent 0f8b204 commit 7cd0539
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions drivers/hwtracing/google/coresight-clk-amba-placeholder.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,15 @@ static const struct amba_id coresight_ids[] = {
ETM4x_AMBA_ID(0x000bb95a), /* Cortex-A72 */
ETM4x_AMBA_ID(0x000bb959), /* Cortex-A73 */
ETM4x_AMBA_ID(0x000bb9da), /* Cortex-A35 */
ETM4x_AMBA_ID(0x0003b908),
ETM4x_AMBA_ID(0x0003b909),
ETM4x_AMBA_ID(0x0003b961),
ETM4x_AMBA_ID(0x0003b962),
ETM4x_AMBA_ID(0x0003b966),
ETM4x_AMBA_ID(0x0003b968),
ETM4x_AMBA_ID(0x0003b969),
ETM4x_AMBA_ID(0x0003b999),
ETM4x_AMBA_ID(0x000bb95d),
/* dynamic-replicator IDs */
{
.id = 0x000bb909,
Expand Down

0 comments on commit 7cd0539

Please sign in to comment.