From patchwork Thu Apr 28 09:27:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Allen-KH Cheng X-Patchwork-Id: 12830249 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 E4C82C433EF for ; Thu, 28 Apr 2022 09:28:00 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=9ODHn+LZTtAHbIVlTM1an/GzzMoSjbtlYUaUnG9y3Vg=; b=Lli1IAo9puRhvm elXmNDDqkU4FpCaGxMZAoUsWndYrmJj48lpz/UTj0NW6pRYnfx8WBbTKkk07P/mXkklp/AMf2bBLW r38zxXBmj/gGaLdpmPaavLQB5AVbZnFAxGLZICNOJF9Mk4CilKOL2b857OzhS5XSROVCexkIl/EJT ibA0lmw59jD0Wcl51kfojXElcdxbcaW42iptK6y9QpaJyiVJHkiPDWU01CuJGEeHgV/ebUmJfmPIN RYKvMNLIG5XRs1Zk0ebsI3TIoRSmIf1sCvweq6a6TzPAPhfWznStr1uu7NMeZEmUA7RIt0g+BM946 bglSpGpDluo47rYfYioQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nk0R9-005hp0-PG; Thu, 28 Apr 2022 09:27:47 +0000 Received: from mailgw01.mediatek.com ([216.200.240.184]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nk0Qx-005hlJ-Nr; Thu, 28 Apr 2022 09:27:36 +0000 X-UUID: 3e1f6a5af0ea4e72ac8a760e20281111-20220428 X-CID-P-RULE: Release_Ham X-CID-O-INFO: VERSION:1.1.4, REQID:7786b490-3820-452a-9275-af101663fe58, OB:0, LO B:0,IP:0,URL:0,TC:0,Content:0,EDM:0,RT:0,SF:0,FILE:0,RULE:Release_Ham,ACTI ON:release,TS:0 X-CID-META: VersionHash:faefae9, CLOUDID:8d20d0c6-85ee-4ac1-ac05-bd3f1e72e732, C OID:IGNORED,Recheck:0,SF:nil,TC:nil,Content:0,EDM:-3,File:nil,QS:0,BEC:nil X-UUID: 3e1f6a5af0ea4e72ac8a760e20281111-20220428 Received: from mtkcas68.mediatek.inc [(172.29.94.19)] by mailgw01.mediatek.com (envelope-from ) (musrelay.mediatek.com ESMTP with TLSv1.2 ECDHE-RSA-AES256-SHA384 256/256) with ESMTP id 1086346896; Thu, 28 Apr 2022 02:27:31 -0700 Received: from mtkmbs07n1.mediatek.inc (172.21.101.16) by MTKMBS62DR.mediatek.inc (172.29.94.18) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 28 Apr 2022 02:27:30 -0700 Received: from mtkcas10.mediatek.inc (172.21.101.39) by mtkmbs07n1.mediatek.inc (172.21.101.16) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Thu, 28 Apr 2022 17:27:28 +0800 Received: from mtksdccf07.mediatek.inc (172.21.84.99) by mtkcas10.mediatek.inc (172.21.101.73) with Microsoft SMTP Server id 15.0.1497.2 via Frontend Transport; Thu, 28 Apr 2022 17:27:28 +0800 From: Allen-KH Cheng To: Alessandro Zummo , Alexandre Belloni , Rob Herring , "Krzysztof Kozlowski" , Matthias Brugger CC: , , , , , Allen-KH Cheng Subject: [PATCH v2 0/1] dt-bindings: rtc: mediatek: add mt6358 and mt6366 Date: Thu, 28 Apr 2022 17:27:25 +0800 Message-ID: <20220428092726.25814-1-allen-kh.cheng@mediatek.com> X-Mailer: git-send-email 2.18.0 MIME-Version: 1.0 X-MTK: N X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220428_022735_817798_FD59722E X-CRM114-Status: UNSURE ( 6.92 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Base on tag: next-20220427, linux-next/master changes since v1: - correct wrong compatible order for mt6366 Allen-KH Cheng (1): dt-bindings: rtc: mediatek: add mt6358 and mt6366 compatible Documentation/devicetree/bindings/rtc/rtc-mt6397.txt | 2 ++ 1 file changed, 2 insertions(+)