diff options
author | Alison Wang <alison.wang@nxp.com> | 2019-03-06 09:20:05 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2019-03-20 12:51:30 +0100 |
commit | b9eb314ae888a7162bed8cfdd01fe415e0def139 (patch) | |
tree | 247739c5b7606423e9169dbb8339c7c03a7b2576 /arch/arm64/boot | |
parent | arm64: dts: imx8mq-evk: Enable audio codec wm8524 (diff) | |
download | linux-b9eb314ae888a7162bed8cfdd01fe415e0def139.tar.xz linux-b9eb314ae888a7162bed8cfdd01fe415e0def139.zip |
arm64: dts: ls1028a: Add pmu dt nodes
This patch adds pmu dt nodes for LS1028A.
Signed-off-by: Alison Wang <alison.wang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot')
-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>; |