From patchwork Sat Jun 13 11:38:59 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Noralf_Tr=C3=B8nnes?= X-Patchwork-Id: 483848 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id A3139140218 for ; Sat, 13 Jun 2015 21:40:02 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752001AbbFMLju (ORCPT ); Sat, 13 Jun 2015 07:39:50 -0400 Received: from asav21.altibox.net ([109.247.116.8]:59687 "EHLO asav21.altibox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751406AbbFMLjs (ORCPT ); Sat, 13 Jun 2015 07:39:48 -0400 Received: from localhost (localhost [127.0.0.1]) by asav21.altibox.net (Postfix) with ESMTP id 7A334801F6; Sat, 13 Jun 2015 13:39:45 +0200 (CEST) Received: from asav21.altibox.net ([127.0.0.1]) by localhost (asav21.lysetele.net [127.0.0.1]) (amavisd-new, port 10024) with LMTP id i8kFDE5t47UG; Sat, 13 Jun 2015 13:39:45 +0200 (CEST) Received: from localhost.localdomain (48.81-166-104.customer.lyse.net [81.166.104.48]) by asav21.altibox.net (Postfix) with ESMTP id DC7868021F; Sat, 13 Jun 2015 13:39:44 +0200 (CEST) From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= To: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org, linux-watchdog@vger.kernel.org, linux-rpi-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, =?UTF-8?q?Noralf=20Tr=C3=B8nnes?= Subject: [PATCH v2 1/3] dt-bindings: Add Raspberry Pi compatible string for watchdog Date: Sat, 13 Jun 2015 13:38:59 +0200 Message-Id: <1434195541-28368-1-git-send-email-noralf@tronnes.org> X-Mailer: git-send-email 2.2.2 MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The Raspberry Pi has changed how its firmware detects a poweroff and needs special handling for this. Signed-off-by: Noralf Trønnes Tested-by: Stephen Warren --- v2: Fix typo in commit message Documentation/devicetree/bindings/watchdog/brcm,bcm2835-pm-wdog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.2.2 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html 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: