Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751884AbcDZNLQ (ORCPT ); Tue, 26 Apr 2016 09:11:16 -0400 Received: from eusmtp01.atmel.com ([212.144.249.243]:10674 "EHLO eusmtp01.atmel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750843AbcDZNLP (ORCPT ); Tue, 26 Apr 2016 09:11:15 -0400 From: Nicolas Ferre To: Alexandre Belloni , Wenyou Yang , CC: Jean-Christophe PLAGNIOL-VILLARD , , Nicolas Ferre Subject: [PATCH] ARM: dts: at91: sama5d2: add slow clock to watchdog node Date: Tue, 26 Apr 2016 15:11:47 +0200 Message-ID: <1461676307-16059-1-git-send-email-nicolas.ferre@atmel.com> X-Mailer: git-send-email 2.1.3 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: 684 Lines: 23 As the watchdog timer needs the slow clock, add it to the currently defined wdt node. Reported-by: Alexandre Belloni Signed-off-by: Nicolas Ferre --- arch/arm/boot/dts/sama5d2.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/sama5d2.dtsi b/arch/arm/boot/dts/sama5d2.dtsi index 43015c2ad395..84eed47ffb0a 100644 --- a/arch/arm/boot/dts/sama5d2.dtsi +++ b/arch/arm/boot/dts/sama5d2.dtsi @@ -1050,6 +1050,7 @@ compatible = "atmel,sama5d4-wdt"; reg = <0xf8048040 0x10>; interrupts = <4 IRQ_TYPE_LEVEL_HIGH 7>; + clocks = <&clk32k>; status = "disabled"; }; -- 2.1.3