diff options
| author | Alison Wang <[email protected]> | 2019-03-06 16:20:05 +0800 |
|---|---|---|
| committer | Shawn Guo <[email protected]> | 2019-03-20 19:51:30 +0800 |
| commit | b9eb314ae888a7162bed8cfdd01fe415e0def139 (patch) | |
| tree | 247739c5b7606423e9169dbb8339c7c03a7b2576 | |
| parent | c6578d98766a9ddad159a373c3a0c0f65c529430 (diff) | |
arm64: dts: ls1028a: Add pmu dt nodes
This patch adds pmu dt nodes for LS1028A.
Signed-off-by: Alison Wang <[email protected]>
Signed-off-by: Shawn Guo <[email protected]>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi index 944e016eb074..8dd3501b1333 100644 --- a/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi +++ b/arch/arm64/boot/dts/freescale/fsl-ls1028a.dtsi @@ -89,6 +89,11 @@ IRQ_TYPE_LEVEL_LOW)>; }; + pmu { + compatible = "arm,cortex-a72-pmu"; + interrupts = <GIC_PPI 7 IRQ_TYPE_LEVEL_HIGH>; + }; + gic: interrupt-controller@6000000 { compatible= "arm,gic-v3"; #address-cells = <2>; |