From patchwork Sun Jan 22 22:39:43 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 92169 Delivered-To: patch@linaro.org Received: by 10.140.20.99 with SMTP id 90csp976891qgi; Sun, 22 Jan 2017 14:39:50 -0800 (PST) X-Received: by 10.99.133.65 with SMTP id u62mr29045166pgd.70.1485124790834; Sun, 22 Jan 2017 14:39:50 -0800 (PST) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id y60si13673560plh.62.2017.01.22.14.39.50 for ; Sun, 22 Jan 2017 14:39:50 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-watchdog-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=neutral (body hash did not verify) header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-watchdog-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-watchdog-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750723AbdAVWju (ORCPT ); Sun, 22 Jan 2017 17:39:50 -0500 Received: from mail-lf0-f53.google.com ([209.85.215.53]:36735 "EHLO mail-lf0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750714AbdAVWju (ORCPT ); Sun, 22 Jan 2017 17:39:50 -0500 Received: by mail-lf0-f53.google.com with SMTP id z134so84766243lff.3 for ; Sun, 22 Jan 2017 14:39:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=P4rU0xpYY/kyqDvm4kDWSHxrjQQ7OE6FBhbEYWhhjR8=; b=dKhc/Ap3uOetJRnHtjmJWR/9XKr6uAPvFnJzIFMbcjztjtwiszAc8LGY0G5Rmc+Gc4 /j6pP3pUf2/R5NnxP5rMVgc6ILxF4qxcjyYJa9dVL8c9wEOHT5F4SPmTv1YQv4XjTfvw bB/1PDLtVNxNprtEQ/jY1ICsAZQy6SXP7guVE= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=P4rU0xpYY/kyqDvm4kDWSHxrjQQ7OE6FBhbEYWhhjR8=; b=NY0Rg8JXDyu0z5rs52gogE/gMZg7uatCtwWZJksXi+C+fNXtONLDsp/pYrjKYeGPQF s2eD4B5+FcYzAWjiRyl241PMFEw960sBWDwcqnbNvbTaNjq7S4H/nvyvuhvKm8M2j94+ O9bHd1USpEvYHcyFU5GCckcB7muG4oPJRx5edJWZAJQyHe75t5oKhjL8ZqNxdkPTaQ5e Ywem4AXmH7IEWL021Rl+L2QtuOOTpXmt5PSsww8dJyRMOPncAgt/ImVq1EPuVTcyij8+ 6P8HDWhab+D96rIEvke52c49//0ze/9VUStPc7N7qaXy4FMeqyYLcEEMfz7mA0eYk3uD KsQA== X-Gm-Message-State: AIkVDXJKaSrJIsLrWpnvSwm8yqC9mXQWRRKk44ke0KYphWrl7XroXb9tjxNOkOkH+UqyxZhV X-Received: by 10.25.77.204 with SMTP id a195mr6700848lfb.181.1485124788439; Sun, 22 Jan 2017 14:39:48 -0800 (PST) Received: from localhost.localdomain (c-357171d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.113.53]) by smtp.gmail.com with ESMTPSA id f25sm5795754lji.26.2017.01.22.14.39.46 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 22 Jan 2017 14:39:47 -0800 (PST) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Hans Ulli Kroll , Florian Fainelli , Wim Van Sebroeck , Guenter Roeck Cc: Janos Laube , Paulius Zaleckas , openwrt-devel@openwrt.org, linux-watchdog@vger.kernel.org, Linus Walleij Subject: [PATCH 3/3] ARM: dts: add watchdog to the Gemini Date: Sun, 22 Jan 2017 23:39:43 +0100 Message-Id: <20170122223943.29380-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.9.3 Sender: linux-watchdog-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-watchdog@vger.kernel.org This adds watchdog support to the Gemini SoC DTSI file. Signed-off-by: Linus Walleij --- This pach is FYI only, I will carry this to the ARM SoC tree. --- arch/arm/boot/dts/gemini.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-watchdog" 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/arch/arm/boot/dts/gemini.dtsi b/arch/arm/boot/dts/gemini.dtsi index 19c93cfbeae3..405d6cedf409 100644 --- a/arch/arm/boot/dts/gemini.dtsi +++ b/arch/arm/boot/dts/gemini.dtsi @@ -33,6 +33,12 @@ }; }; + watchdog@41000000 { + compatible = "cortina,gemini-watchdog"; + reg = <0x41000000 0x1000>; + interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; + }; + timer@43000000 { compatible = "cortina,gemini-timer"; reg = <0x43000000 0x1000>;