projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbb58d0
)
arm64: dts: hip05: Use Cortex specific device node for pmu
author
Kefeng Wang
<wangkefeng.wang@huawei.com>
Fri, 29 Jan 2016 08:39:02 +0000
(16:39 +0800)
committer
Wei Xu
<xuwei5@hisilicon.com>
Thu, 25 Feb 2016 13:15:58 +0000
(21:15 +0800)
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>
arch/arm64/boot/dts/hisilicon/hip05.dtsi
patch
|
blob
|
history
diff --git
a/arch/arm64/boot/dts/hisilicon/hip05.dtsi
b/arch/arm64/boot/dts/hisilicon/hip05.dtsi
index
db2039d
..
ed31f19
100644
(file)
--- a/
arch/arm64/boot/dts/hisilicon/hip05.dtsi
+++ b/
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>;
};