From patchwork Wed May 25 09:49:18 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Neil Armstrong X-Patchwork-Id: 9135033 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 D9869607D9 for ; Wed, 25 May 2016 09:50:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CDFB028110 for ; Wed, 25 May 2016 09:50:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C2EA8282DF; Wed, 25 May 2016 09:50:14 +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.1 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED,T_DKIM_INVALID autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 88AE9282BE for ; Wed, 25 May 2016 09:50:14 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5VSA-0007WF-5S; Wed, 25 May 2016 09:50:14 +0000 Received: from mail-wm0-x230.google.com ([2a00:1450:400c:c09::230]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1b5VRv-0006Mi-UT for linux-amlogic@lists.infradead.org; Wed, 25 May 2016 09:50:00 +0000 Received: by mail-wm0-x230.google.com with SMTP id a136so116054777wme.0 for ; Wed, 25 May 2016 02:49:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=baylibre-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=fp3UAZ9arZZWuvWMR6QSb1JEPN9h2y+z682qpadqBkQ=; b=LoUkX+qsAawbLEjtZPRvLnfXUPsvpeRsD74Acia94KgTqfIkxQpY7eeGIz8gfXU41w FHxZiF+9rSBH3/jDkxS2QuMc/PVXUuIVYTc2v+oVKFRMoBCwDyk0+rJgNgeAgLo7QHgf K8+c17yaVkSTVvwrnCPuIGvbQz2M6HnR+Oq4WSadNxdAQfA35S55YOfkgtcWMoH90s4B YXqVYFd788ytgdATZDRNfrwxDIXtDzmL+S8h8HxI1j9Pf1PCKEGWJtZRgzI2VlskmwkT OCM7F9uGNaSLK3x8EXewm3cNo3QfZhm9cBpS7/T2/r2LyFq7iXyJiqzfzkTkjtFY+Dkf BSHA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=fp3UAZ9arZZWuvWMR6QSb1JEPN9h2y+z682qpadqBkQ=; b=bA1tOriIkhbZjHUXVjStvQsXUCb/22v/8psrmTjrpi6IyQpfa4rLN0M/6phmzNC/Rs NvV5TPqpa3E5OAX31jGH4bRWkWoUKWUemOULx1lmbzazu9PEwOdT5Yt3ILweXlX8n+Nw caNbMvUds4SOtJJ0hGVbXOAmAIyi6fjGy9ZescTCld3NMaIFMY+G6gi4BmgaySmyf8GL Gj2XBeiaps31FCdYFhmGj3P/XN5NbRNoUL83dbEgA0Vou9Ip0DpwkF2EmPJ8ehQnUWtS OQPho7BWTajL2zXudOmoS7nhopT97EhEXNA4AZWo4BTzFrifi/Vx4u51Wxl7VbX7mbu3 DceQ== X-Gm-Message-State: ALyK8tLX23s5heQMibZ8iP6vJkhvBClzTWjbXrDNoOEPtU4Hz6e5R/WTlfagptm96w8VEbOY X-Received: by 10.28.5.140 with SMTP id 134mr2558457wmf.80.1464169779843; Wed, 25 May 2016 02:49:39 -0700 (PDT) Received: from localhost.localdomain ([90.63.244.31]) by smtp.gmail.com with ESMTPSA id m7sm8301708wma.10.2016.05.25.02.49.38 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 25 May 2016 02:49:39 -0700 (PDT) From: Neil Armstrong To: linux-kernel@vger.kernel.org, p.zabel@pengutronix.de, linux-arm-kernel@lists.infradead.org, linux-amlogic@lists.infradead.org Subject: [PATCH v2 4/4] ARM: dts: amlogic: Enable Reset Controller on Meson8b platforms Date: Wed, 25 May 2016 11:49:18 +0200 Message-Id: <1464169758-26975-5-git-send-email-narmstrong@baylibre.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1464169758-26975-1-git-send-email-narmstrong@baylibre.com> References: <1464169758-26975-1-git-send-email-narmstrong@baylibre.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160525_025000_161484_60B6C99F X-CRM114-Status: UNSURE ( 9.31 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: jerry.cao@amlogic.com, devicetree@vger.kernel.org, xing.xu@amlogic.com, victor.wan@amlogic.com, Neil Armstrong MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Update DTSI file to add the reset controller node. Signed-off-by: Neil Armstrong --- arch/arm/boot/dts/meson8b.dtsi | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/meson8b.dtsi b/arch/arm/boot/dts/meson8b.dtsi index 2bfe401..fc4080d 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -46,6 +46,7 @@ #include #include +#include #include "skeleton.dtsi" / { @@ -105,6 +106,12 @@ #interrupt-cells = <3>; }; + reset: reset-controller@c1104404 { + compatible = "amlogic,meson8b-reset"; + reg = <0xc1104404 0x20>; + #reset-cells = <1>; + }; + wdt: watchdog@c1109900 { compatible = "amlogic,meson8b-wdt"; reg = <0xc1109900 0x8>;