From patchwork Mon Aug 22 22:14:58 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Dooks X-Patchwork-Id: 9295689 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 519B2607D0 for ; Tue, 23 Aug 2016 14:05:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4117328703 for ; Tue, 23 Aug 2016 14:05:18 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3385328715; Tue, 23 Aug 2016 14:05:18 +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, RCVD_IN_DNSWL_MED 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 6AAF728703 for ; Tue, 23 Aug 2016 14:05:16 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.85_2 #1 (Red Hat Linux)) id 1bcCKD-0006VO-Ee; Tue, 23 Aug 2016 14:05:09 +0000 Received: from [75.98.193.200] (helo=freya) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bcCKA-00064I-Iw for linux-amlogic@lists.infradead.org; Tue, 23 Aug 2016 14:05:08 +0000 Received: from ben by freya with local (Exim 4.87) (envelope-from ) id 1bbxUk-0005jH-GT; Mon, 22 Aug 2016 23:15:02 +0100 From: Ben Dooks To: linux-amlogic@lists.infradead.org Subject: [PATCH 2/5] ARM: dts: amlogic: add rtc node for meson8b Date: Mon, 22 Aug 2016 23:14:58 +0100 Message-Id: <20160822221501.21945-3-ben-linux@fluff.org> X-Mailer: git-send-email 2.9.3 In-Reply-To: <20160822221501.21945-1-ben-linux@fluff.org> References: <20160822221501.21945-1-ben-linux@fluff.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20160823_070506_773557_2EB53357 X-CRM114-Status: UNSURE ( 6.87 ) 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: Ben Dooks 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 From: Ben Dooks Add the DT node for the RTC support. Signed-off-by: Ben Dooks --- 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 fc4080d..15a9d8d 100644 --- a/arch/arm/boot/dts/meson8b.dtsi +++ b/arch/arm/boot/dts/meson8b.dtsi @@ -156,6 +156,13 @@ status = "disabled"; }; + rtc: rtc@c8100740 { + compatible = "amlogic,meson8b-rtc"; + reg = <0xc8100740 0x14>; + resets = <&reset RESET_RTC>; + status = "disabled"; + }; + clkc: clock-controller@c1104000 { #clock-cells = <1>; compatible = "amlogic,meson8b-clkc";