lkml.org 
[lkml]   [2022]   [Dec]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Date
Subject[PATCH] dt-bindings: rtc: pcf2127: add missing pcf/pca2129 entries
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

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 <hvilleneuve@dimonoff.com>
---
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/Documentation/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:

properties:
compatible:
- const: nxp,pcf2127
+ enum:
+ - nxp,pcf2127
+ - nxp,pcf2129
+ - ncp,pca2129

reg:
maxItems: 1
base-commit: e88f319a2546fd7772c726bf3a82a23b0859ddeb
--
2.30.2

\
 
 \ /
  Last update: 2023-03-26 23:15    [W:0.067 / U:0.084 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site