diff mbox

[1/3] dt-bindings: Add Raspberry Pi compatible string for watchdog

Message ID 1433845305-17329-1-git-send-email-noralf@tronnes.org (mailing list archive)
State New, archived
Headers show

Commit Message

Noralf Trønnes June 9, 2015, 10:21 a.m. UTC
The Raspberry Pi has changed how it's firmware detects a poweroff
and needs special handling for this.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
---
 Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Jeff Epler June 13, 2015, 6:46 a.m. UTC | #1
On Tue, Jun 09, 2015 at 12:21:43PM +0200, Noralf Trønnes wrote:
> The Raspberry Pi has changed how it's firmware detects a poweroff
                                   ^^^^ trivial typo, should be "its"
.. just in case this can be fixed before it lands in a tree.

Jeff
diff mbox

Patch

diff --git a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
index f801d71..1a80931 100644
--- a/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
+++ b/Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt
@@ -2,7 +2,8 @@  BCM2835 Watchdog timer
 
 Required properties:
 
-- compatible : should be "brcm,bcm2835-pm-wdt"
+- compatible : should be "brcm,raspberrypi-pm-wdt" for the Raspberry Pi and
+	       "brcm,bcm2835-pm-wdt" for others.
 - reg : Specifies base physical address and size of the registers.
 
 Optional properties: