diff options
author | Markus Mayer <markus.mayer@linaro.org> | 2013-08-02 13:12:21 -0700 |
---|---|---|
committer | Christian Daudt <csd@broadcom.com> | 2013-08-06 15:34:01 -0700 |
commit | e3b62ffd9400d89040abf4baf1f775fc9dac9f24 (patch) | |
tree | bb390a5e938efd4cb6014ef48e07ddf91ff93e7f /arch/arm/boot/dts/bcm11351.dtsi | |
parent | 28ea3f3649b2adbfd96fdf66a2a25acc8c0e17eb (diff) | |
download | talos-op-linux-e3b62ffd9400d89040abf4baf1f775fc9dac9f24.tar.gz talos-op-linux-e3b62ffd9400d89040abf4baf1f775fc9dac9f24.zip |
ARM: bcm281xx: DT changes for reboot code
This patch adds the device tree bindings for the bcm281xx reboot code.
Signed-off-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Tim Kryger <tim.kryger@linaro.org>
Acked-by: Christian Daudt <csd@broadcom.com>
Diffstat (limited to 'arch/arm/boot/dts/bcm11351.dtsi')
-rw-r--r-- | arch/arm/boot/dts/bcm11351.dtsi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/bcm11351.dtsi b/arch/arm/boot/dts/bcm11351.dtsi index c0cdf66f8964..f43558c1f069 100644 --- a/arch/arm/boot/dts/bcm11351.dtsi +++ b/arch/arm/boot/dts/bcm11351.dtsi @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Broadcom Corporation + * Copyright (C) 2012-2013 Broadcom Corporation * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as @@ -56,6 +56,11 @@ cache-level = <2>; }; + watchdog@35002f40 { + compatible = "brcm,bcm11351-wdt", "brcm,kona-wdt"; + reg = <0x35002f40 0x6c>; + }; + timer@35006000 { compatible = "bcm,kona-timer"; reg = <0x35006000 0x1000>; |