From patchwork Sun Oct 12 14:54:38 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 5071051 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id A2C50C11AC for ; Sun, 12 Oct 2014 14:57:40 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id F048A20179 for ; Sun, 12 Oct 2014 14:57:39 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 40C0A20107 for ; Sun, 12 Oct 2014 14:57:39 +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 1XdKYe-0000e0-3Y; Sun, 12 Oct 2014 14:55:40 +0000 Received: from mail-la0-x22b.google.com ([2a00:1450:4010:c03::22b]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XdKYO-0008Or-DI for linux-arm-kernel@lists.infradead.org; Sun, 12 Oct 2014 14:55:25 +0000 Received: by mail-la0-f43.google.com with SMTP id mc6so5494526lab.2 for ; Sun, 12 Oct 2014 07:55:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:in-reply-to:references; bh=/nNT9n9lMvF//g9tjQdIkfok+KU0TgwNN58XZmjUWEs=; b=cO+8PX8SgzpC9mAeES/j0roMLJ23qVaYM8SNZaHARH6ZBX7OPUwbxPjzyeovmgFI4F wfyO37iwiH3oQNLNeovMbSA6GOp94T8EQgzdcIIRIwim8Y8hD6n4wtPi3hHn8BHEpVdx AGoETEK+30YIV99CSCdh2/GhLcM4x0NpKQUoZu6w6/XgjxMfWAN2xROBW/dzNvUp5eDd PE6i+0hzrqFZgl5C8GbUcBvEE61eHex1UjkHMsOU9HoPwEpHjMSd+XXmBwWabv3VHWaB umz0AD5mikEw56DIe/SqEgdc58MhBMDG3ERlekvDK8v55jEpvNH4R63qegMdT1PGNGBc eb4A== X-Received: by 10.112.161.135 with SMTP id xs7mr17837796lbb.13.1413125703652; Sun, 12 Oct 2014 07:55:03 -0700 (PDT) Received: from nuc.fastwebnet.it (2-238-57-164.ip242.fastwebnet.it. [2.238.57.164]) by mx.google.com with ESMTPSA id v1sm3674598lae.19.2014.10.12.07.55.01 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 12 Oct 2014 07:55:02 -0700 (PDT) From: Carlo Caione To: p.zabel@pengutronix.de, grant.likely@linaro.org, robh+dt@kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, b.galvani@gmail.com, jerry.cao@amlogic.com, victor.wan@amlogic.com, maxime.ripard@free-electrons.com Subject: [PATCH 2/3] ARM: meson: DTSI: Enable reset controller Date: Sun, 12 Oct 2014 16:54:38 +0200 Message-Id: <1413125679-24443-3-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1413125679-24443-1-git-send-email-carlo@caione.org> References: <1413125679-24443-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141012_075524_657191_FB56D9B6 X-CRM114-Status: UNSURE ( 9.06 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: Carlo Caione X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-1.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_NONE, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=no version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Add the node for the reset controller in the DTSI. Signed-off-by: Carlo Caione --- arch/arm/boot/dts/meson.dtsi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/arch/arm/boot/dts/meson.dtsi b/arch/arm/boot/dts/meson.dtsi index e6539ea..1ca864e 100644 --- a/arch/arm/boot/dts/meson.dtsi +++ b/arch/arm/boot/dts/meson.dtsi @@ -75,6 +75,12 @@ reg = <0xc1109900 0x8>; }; + reset_AO: reset@c8100040 { + #reset-cells = <1>; + compatible = "amlogic,meson6-rst-mgr-ao"; + reg = <0xc8100040 0x4>; + }; + uart_AO: serial@c81004c0 { compatible = "amlogic,meson-uart"; reg = <0xc81004c0 0x14>;