From patchwork Tue Dec 21 12:15:45 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abel Vesa X-Patchwork-Id: 12696977 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 02D03C433EF for ; Tue, 21 Dec 2021 12:17:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc: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=LC72Pj59RExh/WvAcTRxDP3DjXFMHnEsQReFXYHFbIo=; b=uq0D30EcnIfvfk aVq8vyMNH5iX7qhjN4yLKl3V4jNyNdHf73GBYgjJvcHcd3oNh7NLjNOEHCFqWypU3bzENyftn6fqz K1mVsH6KV536g2ynwVQ4aIV7d1gKOVnGWXW9EnujAx2imfecqoZqUHyaXufpyy+mvAclsIdTJJzMF gBziJYz24kvLO/FUhyF88PpPb15Q37PKIIMQzbRnjH6k5+DFuTahUsVvJCcWHDOt3JLyqW5xsrVMj AAATdYqUBTX9tpg/ajCWfKQF8zBHAhCKTVnIy3WKGpWuicDMdMB5s8EhT61qnUKwwdeP8nCIPexZH wt2OtJeWp7ke+jtKHPUA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mze4O-006jKr-Js; Tue, 21 Dec 2021 12:16:40 +0000 Received: from inva020.nxp.com ([92.121.34.13]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mze3g-006izt-L9 for linux-arm-kernel@lists.infradead.org; Tue, 21 Dec 2021 12:15:59 +0000 Received: from inva020.nxp.com (localhost [127.0.0.1]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 11C621A1300; Tue, 21 Dec 2021 13:15:50 +0100 (CET) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva020.eu-rdc02.nxp.com (Postfix) with ESMTP id 047571A1217; Tue, 21 Dec 2021 13:15:50 +0100 (CET) Received: from fsr-ub1664-175.ea.freescale.net (fsr-ub1664-175.ea.freescale.net [10.171.82.40]) by inva024.eu-rdc02.nxp.com (Postfix) with ESMTP id ED3EC203C3; Tue, 21 Dec 2021 13:15:48 +0100 (CET) From: Abel Vesa To: Rob Herring , Sascha Hauer , Shawn Guo , Fabio Estevam Cc: Pengutronix Kernel Team , NXP Linux Team , devicetree@vger.kernel.org, Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, linux-rtc@vger.kernel.org, Abel Vesa Subject: [PATCH 0/3] Add RTC support to i.MX8QM Date: Tue, 21 Dec 2021 14:15:45 +0200 Message-Id: <1640088948-3690-1-git-send-email-abel.vesa@nxp.com> X-Mailer: git-send-email 2.7.4 X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211221_041556_896284_6A67F6C7 X-CRM114-Status: UNSURE ( 8.55 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 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+linux-arm-kernel=archiver.kernel.org@lists.infradead.org This adds rtc devicetree node to i.MX8QM, adds the compatible to the rtc-imx-sc driver and documents it. Abel Vesa (3): dt-bindings: fsl: scu: Add i.MX8QM rtc binding rtc: imx-sc: Add i.MX8QM RTC support arm64: dts: imx8qm: Add SCU RTC node Documentation/devicetree/bindings/arm/freescale/fsl,scu.txt | 4 +++- arch/arm64/boot/dts/freescale/imx8qm.dtsi | 3 +++ drivers/rtc/rtc-imx-sc.c | 1 + 3 files changed, 7 insertions(+), 1 deletion(-)