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>
This commit is contained in:
Kefeng Wang 2016-01-29 16:39:02 +08:00 коммит произвёл Wei Xu
Родитель dbb58d0f79
Коммит 6897db62bb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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