From nobody Sun Apr 12 20:05:17 2026 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6B633C4332F for ; Mon, 19 Dec 2022 19:43:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232114AbiLSTnE (ORCPT ); Mon, 19 Dec 2022 14:43:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229712AbiLSTnB (ORCPT ); Mon, 19 Dec 2022 14:43:01 -0500 Received: from mail.hugovil.com (mail.hugovil.com [162.243.120.170]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C603113E8D; Mon, 19 Dec 2022 11:42:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=hugovil.com ; s=x; h=Subject:Content-Transfer-Encoding:MIME-Version:Message-Id:Date:Cc:To :From:Sender:Reply-To:Content-Type:Content-ID:Content-Description:Resent-Date :Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Id:List-Help:List-Unsubscribe:List-Subscribe:List-Post: List-Owner:List-Archive; bh=dXTe+uDPBMx9nlPLhWwbmvq6EC47ovYlZ6ePwcNeyig=; b=g pt2WMmfT3TP0f3iHOnyQoLhoKfqHCU/izCQrasa3JTOcER+JDLoqiaVwPctPVfPqjVIipGHO4gaT+ 4+dvsaxCHPt7eNQlWiUSqHU7Iy/ecSgRsXFMfR5Q3RPIyHWjbtB6XD8vBUrK7dd0CwFkIIt0J5mzC wGX+YmzfZ0jbF6+0=; Received: from modemcable168.174-80-70.mc.videotron.ca ([70.80.174.168]:48616 helo=pettiford.lan) by mail.hugovil.com with esmtpa (Exim 4.92) (envelope-from ) id 1p7M2H-0004Bt-Jd; Mon, 19 Dec 2022 14:42:54 -0500 From: Hugo Villeneuve To: Alessandro Zummo , Alexandre Belloni , Rob Herring , Krzysztof Kozlowski Cc: hugo@hugovil.com, bruno.thomsen@gmail.com, Hugo Villeneuve , linux-rtc@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Date: Mon, 19 Dec 2022 14:42:40 -0500 Message-Id: <20221219194241.3817250-1-hugo@hugovil.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-SA-Exim-Connect-IP: 70.80.174.168 X-SA-Exim-Mail-From: hugo@hugovil.com Subject: [PATCH] dt-bindings: rtc: pcf2127: add missing pcf/pca2129 entries X-SA-Exim-Version: 4.2.1 (built Wed, 08 May 2019 21:11:16 +0000) X-SA-Exim-Scanned: Yes (on mail.hugovil.com) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" From: Hugo Villeneuve The pcf2127_of_match structure in drivers/rtc/rtc-pcf2127.c also contains: nxp,pcf2129 ncp,pca2129 Add these missing entries. Signed-off-by: Hugo Villeneuve --- Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml b/Docum= entation/devicetree/bindings/rtc/nxp,pcf2127.yaml index cde7b1675ead..00dbae7e23c2 100644 --- a/Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml +++ b/Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml @@ -14,7 +14,10 @@ maintainers: =20 properties: compatible: - const: nxp,pcf2127 + enum: + - nxp,pcf2127 + - nxp,pcf2129 + - ncp,pca2129 =20 reg: maxItems: 1 base-commit: e88f319a2546fd7772c726bf3a82a23b0859ddeb --=20 2.30.2