Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755315AbbG1HJt (ORCPT ); Tue, 28 Jul 2015 03:09:49 -0400 Received: from nasmtp01.atmel.com ([192.199.1.245]:19931 "EHLO DVREDG01.corp.atmel.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1751276AbbG1HJq (ORCPT ); Tue, 28 Jul 2015 03:09:46 -0400 From: Wenyou Yang To: , , , , , CC: , , , , , , , Subject: [PATCH 2/2] Documentation: dt: binding: atmel-wdt: add a new compitable Date: Tue, 28 Jul 2015 15:00:25 +0800 Message-ID: <1438066825-21923-3-git-send-email-wenyou.yang@atmel.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1438066825-21923-1-git-send-email-wenyou.yang@atmel.com> References: <1438066825-21923-1-git-send-email-wenyou.yang@atmel.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1186 Lines: 31 Add a new compatible "atmel,sama5d4-wdt" for SAMA5D4, which suports the new feature, the WDT_MR register can be written more once. Signed-off-by: Wenyou Yang --- .../devicetree/bindings/watchdog/atmel-wdt.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt b/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt index a4d8697..060c682 100644 --- a/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/atmel-wdt.txt @@ -3,7 +3,9 @@ ** at91sam9-wdt Required properties: -- compatible: must be "atmel,at91sam9260-wdt". +- compatible : should be one among the following + (a) "atmel,at91sam9260-wdt" for AT91SAM9x and SAMA5D3 SoCs + (b) "atmel,sama5d4-wdt" for SAMA5D4 - reg: physical base address of the controller and length of memory mapped region. -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/