diff options
author | Jaedon Shin <jaedon.shin@gmail.com> | 2017-11-17 05:19:43 +0300 |
---|---|---|
committer | James Hogan <jhogan@kernel.org> | 2018-03-06 03:24:28 +0300 |
commit | e84442c12bbfc8cf2d7a33905e9d0e1a693b4356 (patch) | |
tree | 02e0a47f06703a798baa077153bd59aabd251155 /arch/mips/boot/dts/brcm/bcm7358.dtsi | |
parent | c7146a2b5892ce97b71a66a47b0f6106a4a444e3 (diff) | |
download | linux-e84442c12bbfc8cf2d7a33905e9d0e1a693b4356.tar.xz |
MIPS: BMIPS: Add Broadcom STB wake-up timer nodes
Adds wake-up timer device nodes to BCM7xxx MIPS based SoCs.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Cc: Ralf Baechle <ralf@linux-mips.org>
Cc: Rob Herring <robh+dt@kernel.org>
Cc: Kevin Cernekee <cernekee@gmail.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: linux-mips@linux-mips.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/17728/
Signed-off-by: James Hogan <jhogan@kernel.org>
Diffstat (limited to 'arch/mips/boot/dts/brcm/bcm7358.dtsi')
-rw-r--r-- | arch/mips/boot/dts/brcm/bcm7358.dtsi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/mips/boot/dts/brcm/bcm7358.dtsi b/arch/mips/boot/dts/brcm/bcm7358.dtsi index 1089d6ebc841..398521c7070f 100644 --- a/arch/mips/boot/dts/brcm/bcm7358.dtsi +++ b/arch/mips/boot/dts/brcm/bcm7358.dtsi @@ -362,5 +362,15 @@ interrupt-names = "mspi_done"; status = "disabled"; }; + + waketimer: waketimer@408e80 { + compatible = "brcm,brcmstb-waketimer"; + reg = <0x408e80 0x14>; + interrupts = <0x3>; + interrupt-parent = <&aon_pm_l2_intc>; + interrupt-names = "timer"; + clocks = <&upg_clk>; + status = "disabled"; + }; }; }; |