From patchwork Mon Feb 5 07:45:31 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 10199935 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E94D4601A1 for ; Mon, 5 Feb 2018 07:46:58 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DC95828685 for ; Mon, 5 Feb 2018 07:46:58 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D18BA28687; Mon, 5 Feb 2018 07:46:58 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 6808D28685 for ; Mon, 5 Feb 2018 07:46:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=c58zTEU2xuq5zwWowsTP8oPYbX/9iD891v2roUDvVn4=; b=ZT9 ix/5HMJS5LWH6uquhhNU/m4D6hOZWwHiJmjPxz9tuXe19/m+RtJuc/nJyWgYa/yhINHAcN3LbswbM 8TJvXqiBSjKdbfeCaUmMI58x34WiXc7F2H4eHxRbfgwhadqQpulJamhsVfZ+iv0Z6Fmt8ch0mH69V WvadpAK5fq6LfMzD9OmCpwezUEtDdfp6W6fballXaUqbLF7glooKFzYTQQRT8ltp3nmXkmfPJgUMT vpak85IOmde9VKZzysmZYbKRUb4PWjadk4PmPIbxJiTtVCJ6RgzyVPn0+hKs/PhM0xMtfvh71A7OG YMunZrOG7hDv4NGbM4MWCCruqH1Tv5Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.89 #1 (Red Hat Linux)) id 1eibUL-0008Si-6y; Mon, 05 Feb 2018 07:46:53 +0000 Received: from guitar.tcltek.co.il ([192.115.133.116] helo=mx.tkos.co.il) by bombadil.infradead.org with esmtps (Exim 4.89 #1 (Red Hat Linux)) id 1eibU8-0008He-92 for linux-arm-kernel@lists.infradead.org; Mon, 05 Feb 2018 07:46:42 +0000 Received: from sapphire.lan (unknown [10.0.4.3]) by mx.tkos.co.il (Postfix) with ESMTPA id DFE7D44004A; Mon, 5 Feb 2018 09:46:26 +0200 (IST) From: Baruch Siach To: Shawn Guo , Sascha Hauer , Fabio Estevam , NXP Linux Team Subject: [PATCH 1/2] arm64: dts: fsl: imx8mq: add watchdog devices Date: Mon, 5 Feb 2018 09:45:31 +0200 Message-Id: <4c7c9104ca95419d22b8df19a69819e194dd3488.1517816731.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.15.1 X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Baruch Siach , linux-arm-kernel@lists.infradead.org, Lucas Stach MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: Baruch Siach Reviewed-by: Lucas Stach ; + interrupts = ; + clocks = <&clk IMX8MQ_CLK_WDOG1_ROOT>; + status = "disabled"; + }; + + wdog2: wdog@30290000 { + compatible = "fsl,imx21-wdt"; + reg = <0x30290000 0x10000>; + interrupts = ; + clocks = <&clk IMX8MQ_CLK_WDOG2_ROOT>; + status = "disabled"; + }; + + wdog3: wdog@302a0000 { + compatible = "fsl,imx21-wdt"; + reg = <0x302a0000 0x10000>; + interrupts = ; + clocks = <&clk IMX8MQ_CLK_WDOG3_ROOT>; + status = "disabled"; + }; }; bus@30400000 { /* AIPS2 */