Skip to content

Commit

Permalink
arm64: dts: hip05: Use Cortex specific device node for pmu
Browse files Browse the repository at this point in the history
Instead of using the generic armv8-pmuv3 compatibility, use
the more specific Cortex A57 compatibility.

Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
  • Loading branch information
Kefeng Wang authored and Wei Xu committed Feb 25, 2016
1 parent dbb58d0 commit 6897db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/hisilicon/hip05.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@
};

pmu {
compatible = "arm,armv8-pmuv3";
compatible = "arm,cortex-a57-pmu";
interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>;
};

Expand Down

0 comments on commit 6897db6

Please sign in to comment.