diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-06 14:33:09 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-06 14:33:09 -0800 |
| commit | 01ee9b7c1765bd26e119b3e900c76f451f11027d (patch) | |
| tree | 698eab195317752b8a2d0771742d284a72d20d0b | |
| parent | ca92144aa04cb2eb2526c278c05b401f36385a38 (diff) | |
| parent | 62520da5048759d56447c97720c6dcf00822c053 (diff) | |
Merge "ARM: dts: msm: Add ERP device definition on msmtriton"
| -rw-r--r-- | arch/arm/boot/dts/qcom/msmtriton.dtsi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom/msmtriton.dtsi b/arch/arm/boot/dts/qcom/msmtriton.dtsi index ca7a3c77a10e..75e2a5965732 100644 --- a/arch/arm/boot/dts/qcom/msmtriton.dtsi +++ b/arch/arm/boot/dts/qcom/msmtriton.dtsi @@ -527,6 +527,21 @@ }; }; + arm64-cpu-erp { + compatible = "arm,arm64-cpu-erp"; + interrupts = <0 43 4>, + <0 44 4>, + <0 41 4>, + <0 42 4>; + + interrupt-names = "pri-dbe-irq", + "sec-dbe-irq", + "pri-ext-irq", + "sec-ext-irq"; + + poll-delay-ms = <5000>; + }; + clock_rpmcc: qcom,rpmcc { compatible = "qcom,rpmcc-msmfalcon", "qcom,rpmcc"; #clock-cells = <1>; |
