mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-25 01:20:09 +07:00
ARM: dts: atlas6: add cortex-a9-pmu compatible PMU node
add cortex-a9-pmu node to make the performance monitor unit work on atlas6. Signed-off-by: Ye He <Ye.He@csr.com> Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
parent
e47a118b88
commit
ed2944964a
@ -39,6 +39,11 @@ cpu@0 {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
arm-pmu {
|
||||||
|
compatible = "arm,cortex-a9-pmu";
|
||||||
|
interrupts = <29>;
|
||||||
|
};
|
||||||
|
|
||||||
axi {
|
axi {
|
||||||
compatible = "simple-bus";
|
compatible = "simple-bus";
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
Loading…
Reference in New Issue
Block a user