From patchwork Tue Oct 14 18:35:48 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Carlo Caione X-Patchwork-Id: 5082011 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 ED782C11AC for ; Tue, 14 Oct 2014 18:38:36 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3032F20204 for ; Tue, 14 Oct 2014 18:38:36 +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 65249201F7 for ; Tue, 14 Oct 2014 18:38:35 +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 1Xe6xs-0001AU-ST; Tue, 14 Oct 2014 18:36:56 +0000 Received: from mail-wi0-x232.google.com ([2a00:1450:400c:c05::232]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Xe6xJ-0000lk-GN for linux-arm-kernel@lists.infradead.org; Tue, 14 Oct 2014 18:36:22 +0000 Received: by mail-wi0-f178.google.com with SMTP id h11so7722223wiw.11 for ; Tue, 14 Oct 2014 11:35:54 -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=l80cLkS91WF7OsaR3MCglAuy0DWBF2BTMVep8Gv4sjtsZpcJMxmSzFW6pXyKpLjky6 1Q3NcH4+XkHUIjEnSGzOkjVCGcGIXMXE8sQeQ6iK7NvrCHyD+KykEFHimnu3KWqKiKO8 v/XneE3XA4aahQ1AB3j6oWtAo5Pzr2re8hLLFua7JLXWaz7wCPbKqkOX4eIhPCxsowvJ UdAzxJpRX6OqZr35gP+6/YmG4P3XXcup+Y1wVar6u5Q4rrBo2mpySqzmx8rRjjVPVHna 8bFtrql3Y652MdJaFOitNrEzyVC6Ppzopxib69afHfr6zk5D5gVq6yWAsv0Oxi4uUdyW fkSQ== X-Received: by 10.194.2.8 with SMTP id 8mr7070230wjq.85.1413311753521; Tue, 14 Oct 2014 11:35:53 -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 pm6sm21078873wjb.36.2014.10.14.11.35.51 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 14 Oct 2014 11:35:52 -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 v2 2/3] ARM: meson: DTSI: Enable reset controller Date: Tue, 14 Oct 2014 20:35:48 +0200 Message-Id: <1413311749-13948-3-git-send-email-carlo@caione.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1413311749-13948-1-git-send-email-carlo@caione.org> References: <1413311749-13948-1-git-send-email-carlo@caione.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20141014_113621_779007_E04F143A X-CRM114-Status: UNSURE ( 9.18 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) 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>;