* [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list
@ 2022-12-20 15:22 Hugo Villeneuve
2022-12-20 15:41 ` Krzysztof Kozlowski
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Hugo Villeneuve @ 2022-12-20 15:22 UTC (permalink / raw)
To: Alessandro Zummo, Alexandre Belloni, Rob Herring,
Krzysztof Kozlowski
Cc: hugo, bruno.thomsen, Hugo Villeneuve, linux-rtc, devicetree,
linux-kernel
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
pca/pcf2129 devices can also have the 'reset-source' property, so
remove them from the trivial RTC devices list.
Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml | 5 ++++-
Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 2 --
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml b/Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml
index cde7b1675ead..a1148eb22c24 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,pca2129
+ - nxp,pcf2127
+ - nxp,pcf2129
reg:
maxItems: 1
diff --git a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
index d9fc120c61cc..82a4b002cf3d 100644
--- a/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
+++ b/Documentation/devicetree/bindings/rtc/trivial-rtc.yaml
@@ -53,8 +53,6 @@ properties:
- microcrystal,rv3029
# Real Time Clock
- microcrystal,rv8523
- - nxp,pca2129
- - nxp,pcf2129
# Real-time Clock Module
- pericom,pt7c4338
# I2C bus SERIAL INTERFACE REAL-TIME CLOCK IC
base-commit: e88f319a2546fd7772c726bf3a82a23b0859ddeb
--
2.30.2
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list
2022-12-20 15:22 [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list Hugo Villeneuve
@ 2022-12-20 15:41 ` Krzysztof Kozlowski
2022-12-20 16:48 ` Rob Herring
2023-01-25 23:35 ` Alexandre Belloni
2 siblings, 0 replies; 5+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-20 15:41 UTC (permalink / raw)
To: Hugo Villeneuve, Alessandro Zummo, Alexandre Belloni, Rob Herring,
Krzysztof Kozlowski
Cc: bruno.thomsen, Hugo Villeneuve, linux-rtc, devicetree,
linux-kernel
On 20/12/2022 16:22, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
>
> pca/pcf2129 devices can also have the 'reset-source' property, so
> remove them from the trivial RTC devices list.
>
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> ---
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list
2022-12-20 15:22 [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list Hugo Villeneuve
2022-12-20 15:41 ` Krzysztof Kozlowski
@ 2022-12-20 16:48 ` Rob Herring
2022-12-21 15:53 ` Bruno Thomsen
2023-01-25 23:35 ` Alexandre Belloni
2 siblings, 1 reply; 5+ messages in thread
From: Rob Herring @ 2022-12-20 16:48 UTC (permalink / raw)
To: Hugo Villeneuve
Cc: linux-rtc, Krzysztof Kozlowski, Rob Herring, devicetree,
bruno.thomsen, linux-kernel, Hugo Villeneuve, Alessandro Zummo,
Alexandre Belloni
On Tue, 20 Dec 2022 10:22:37 -0500, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
>
> pca/pcf2129 devices can also have the 'reset-source' property, so
> remove them from the trivial RTC devices list.
>
> Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> ---
> Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml | 5 ++++-
> Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 2 --
> 2 files changed, 4 insertions(+), 3 deletions(-)
>
Reviewed-by: Rob Herring <robh@kernel.org>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list
2022-12-20 16:48 ` Rob Herring
@ 2022-12-21 15:53 ` Bruno Thomsen
0 siblings, 0 replies; 5+ messages in thread
From: Bruno Thomsen @ 2022-12-21 15:53 UTC (permalink / raw)
To: Rob Herring
Cc: Hugo Villeneuve, linux-rtc, Krzysztof Kozlowski, Rob Herring,
devicetree, linux-kernel, Hugo Villeneuve, Alessandro Zummo,
Alexandre Belloni
Den tir. 20. dec. 2022 kl. 17.48 skrev Rob Herring <robh@kernel.org>:
>
>
> On Tue, 20 Dec 2022 10:22:37 -0500, Hugo Villeneuve wrote:
> > From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> >
> > pca/pcf2129 devices can also have the 'reset-source' property, so
> > remove them from the trivial RTC devices list.
> >
> > Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> > ---
> > Documentation/devicetree/bindings/rtc/nxp,pcf2127.yaml | 5 ++++-
> > Documentation/devicetree/bindings/rtc/trivial-rtc.yaml | 2 --
> > 2 files changed, 4 insertions(+), 3 deletions(-)
> >
>
> Reviewed-by: Rob Herring <robh@kernel.org>
Reviewed-by: Bruno Thomsen <bruno.thomsen@gmail.com>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list
2022-12-20 15:22 [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list Hugo Villeneuve
2022-12-20 15:41 ` Krzysztof Kozlowski
2022-12-20 16:48 ` Rob Herring
@ 2023-01-25 23:35 ` Alexandre Belloni
2 siblings, 0 replies; 5+ messages in thread
From: Alexandre Belloni @ 2023-01-25 23:35 UTC (permalink / raw)
To: Alessandro Zummo, Rob Herring, Krzysztof Kozlowski,
Hugo Villeneuve
Cc: bruno.thomsen, Hugo Villeneuve, linux-rtc, devicetree,
linux-kernel
On Tue, 20 Dec 2022 10:22:37 -0500, Hugo Villeneuve wrote:
> pca/pcf2129 devices can also have the 'reset-source' property, so
> remove them from the trivial RTC devices list.
>
>
Applied, thanks!
[1/1] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list
commit: 947e8876c0426971c34c422569c29ec02d711bb3
Best regards,
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-01-25 23:35 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-20 15:22 [PATCH] dt-bindings: rtc: pcf2127: remove pca/pcf2129 from trivial RTC devices list Hugo Villeneuve
2022-12-20 15:41 ` Krzysztof Kozlowski
2022-12-20 16:48 ` Rob Herring
2022-12-21 15:53 ` Bruno Thomsen
2023-01-25 23:35 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).