From patchwork Thu Jan 21 07:31:46 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ben Pai X-Patchwork-Id: 12035021 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 76CD0C433E0 for ; Thu, 21 Jan 2021 07:33:38 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 21A5C216C4 for ; Thu, 21 Jan 2021 07:33:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 21A5C216C4 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=wistron.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=2RinsCXEXzESGKs3cS0ZjOUJjrmHCCNdMVDihDX8n40=; b=dC2gGKhnKOloPuYnv8GLcrIqFO dp/rAfJoE7kgQQEIolwX9qojrgzm+EYCMUQvhxYxkiNAq5k8yFPftmtAWYwhRdDCZ1fwqT0Lvpesn slVzXgLRUayOOOz2CH1QO3yaXSlGbM2BBfrBJwRY+KfwSDvaI/EjrU6izNuX7MtJixcmGuiOrc9ey Nu5SpID8mY9dwiWax1MhTkl9aPYSGwBPFem37xJmHq7V16wCfB7j3JSzvOLE9tCBWQsGWO/qaRLCV CezmMSx/gxco94wxGKl3/hDaHfsC1fcrrQ6uqbdVFrjPNSdjpR8ReNyk0jXPfEWf6FK682lTXKl4P TAEgyzwA==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2URp-00061u-35; Thu, 21 Jan 2021 07:32:05 +0000 Received: from segapp03.wistron.com ([103.200.3.20]) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1l2URm-0005zr-5a for linux-arm-kernel@lists.infradead.org; Thu, 21 Jan 2021 07:32:03 +0000 Received: from EXCHAPP03.whq.wistron (unverified [10.37.38.26]) by TWNHUMSW4.wistron.com (Clearswift SMTPRS 5.6.0) with ESMTP id ; Thu, 21 Jan 2021 15:31:49 +0800 Received: from EXCHAPP03.whq.wistron (10.37.38.26) by EXCHAPP03.whq.wistron (10.37.38.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1913.5; Thu, 21 Jan 2021 15:31:48 +0800 Received: from gitserver.wistron.com (10.37.38.233) by EXCHAPP03.whq.wistron (10.37.38.26) with Microsoft SMTP Server id 15.1.1913.5 via Frontend Transport; Thu, 21 Jan 2021 15:31:48 +0800 From: Ben Pai To: , , , , , , Subject: [PATCH v1] ARM: dts: aspeed: Add Mowgli rtc driver Date: Thu, 21 Jan 2021 15:31:46 +0800 Message-ID: <20210121073146.28217-1-Ben_Pai@wistron.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-TM-SNTS-SMTP: 33431E5E8F89510968F99CC5EE2665AB0CD5DBCA1446DBBFDC9A097D43E4BC3B2000:8 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210121_023202_591641_98A6DBD9 X-CRM114-Status: UNSURE ( 9.22 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Ben Pai , claire_ku@wistron.com Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add mowgli rtc driver. Signed-off-by: Ben Pai --- arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts b/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts index b648e468e9db..8503152faaf0 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-mowgli.dts @@ -582,6 +582,11 @@ /* TMP275A */ /* TMP275A */ + rtc@32 { + compatible = "epson,rx8900"; + reg = <0x32>; + }; + tmp275@48 { compatible = "ti,tmp275"; reg = <0x48>;