Browse Source

arm64: dts: hip05: Use Cortex specific device node for pmu

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>
Kefeng Wang 9 years ago
parent
commit
6897db62bb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/arm64/boot/dts/hisilicon/hip05.dtsi

+ 1 - 1
arch/arm64/boot/dts/hisilicon/hip05.dtsi

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