linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: timer: allwinner,sun4i-a10-timer: Add D1 compatible
@ 2022-07-25  5:17 Samuel Holland
  2022-07-25 23:29 ` Rob Herring
  2022-07-28 10:43 ` [tip: timers/core] " tip-bot2 for Samuel Holland
  0 siblings, 2 replies; 3+ messages in thread
From: Samuel Holland @ 2022-07-25  5:17 UTC (permalink / raw)
  To: Daniel Lezcano, Thomas Gleixner, Chen-Yu Tsai, Jernej Skrabec
  Cc: Samuel Holland, Krzysztof Kozlowski, Maxime Ripard, Rob Herring,
	devicetree, linux-arm-kernel, linux-kernel, linux-sunxi

Allwinner D1 contains the usual sun4i MMIO timer device. It contains two
timers like other recent SoCs, so it is compatible with the A23 variant.

Signed-off-by: Samuel Holland <samuel@sholland.org>
---

 .../devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml b/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
index 53fd24bdc34e..3711872b6b99 100644
--- a/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
@@ -20,6 +20,7 @@ properties:
           - allwinner,suniv-f1c100s-timer
       - items:
           - enum:
+              - allwinner,sun20i-d1-timer
               - allwinner,sun50i-a64-timer
               - allwinner,sun50i-h6-timer
               - allwinner,sun50i-h616-timer
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] dt-bindings: timer: allwinner,sun4i-a10-timer: Add D1 compatible
  2022-07-25  5:17 [PATCH] dt-bindings: timer: allwinner,sun4i-a10-timer: Add D1 compatible Samuel Holland
@ 2022-07-25 23:29 ` Rob Herring
  2022-07-28 10:43 ` [tip: timers/core] " tip-bot2 for Samuel Holland
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2022-07-25 23:29 UTC (permalink / raw)
  To: Samuel Holland
  Cc: linux-arm-kernel, Daniel Lezcano, Maxime Ripard, linux-kernel,
	Krzysztof Kozlowski, Chen-Yu Tsai, Jernej Skrabec, Rob Herring,
	linux-sunxi, devicetree, Thomas Gleixner

On Mon, 25 Jul 2022 00:17:14 -0500, Samuel Holland wrote:
> Allwinner D1 contains the usual sun4i MMIO timer device. It contains two
> timers like other recent SoCs, so it is compatible with the A23 variant.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>
> ---
> 
>  .../devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml     | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [tip: timers/core] dt-bindings: timer: allwinner,sun4i-a10-timer: Add D1 compatible
  2022-07-25  5:17 [PATCH] dt-bindings: timer: allwinner,sun4i-a10-timer: Add D1 compatible Samuel Holland
  2022-07-25 23:29 ` Rob Herring
@ 2022-07-28 10:43 ` tip-bot2 for Samuel Holland
  1 sibling, 0 replies; 3+ messages in thread
From: tip-bot2 for Samuel Holland @ 2022-07-28 10:43 UTC (permalink / raw)
  To: linux-tip-commits
  Cc: Samuel Holland, Rob Herring, Daniel Lezcano, x86, linux-kernel

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     c329fb5318ef82e8793432f845ad916c3199a5b6
Gitweb:        https://git.kernel.org/tip/c329fb5318ef82e8793432f845ad916c3199a5b6
Author:        Samuel Holland <samuel@sholland.org>
AuthorDate:    Mon, 25 Jul 2022 00:17:14 -05:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 27 Jul 2022 17:01:52 +02:00

dt-bindings: timer: allwinner,sun4i-a10-timer: Add D1 compatible

Allwinner D1 contains the usual sun4i MMIO timer device. It contains two
timers like other recent SoCs, so it is compatible with the A23 variant.

Signed-off-by: Samuel Holland <samuel@sholland.org>
Acked-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220725051715.56427-1-samuel@sholland.org
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml b/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
index 53fd24b..3711872 100644
--- a/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
+++ b/Documentation/devicetree/bindings/timer/allwinner,sun4i-a10-timer.yaml
@@ -20,6 +20,7 @@ properties:
           - allwinner,suniv-f1c100s-timer
       - items:
           - enum:
+              - allwinner,sun20i-d1-timer
               - allwinner,sun50i-a64-timer
               - allwinner,sun50i-h6-timer
               - allwinner,sun50i-h616-timer

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-28 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-25  5:17 [PATCH] dt-bindings: timer: allwinner,sun4i-a10-timer: Add D1 compatible Samuel Holland
2022-07-25 23:29 ` Rob Herring
2022-07-28 10:43 ` [tip: timers/core] " tip-bot2 for Samuel Holland

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).