devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] clocksource: moxart: Add AST2500 compatible string
@ 2017-05-16  7:58 Andrew Jeffery
       [not found] ` <20170516075840.23130-1-andrew-zrmu5oMJ5Fs@public.gmane.org>
  0 siblings, 1 reply; 12+ messages in thread
From: Andrew Jeffery @ 2017-05-16  7:58 UTC (permalink / raw)
  To: linux-kernel-u79uwXL29TY76Z2rM5mHXA
  Cc: Andrew Jeffery, robh+dt-DgEjT+Ai2ygdnm+yROfE0A,
	mark.rutland-5wv7dgnIgG8, daniel.lezcano-QSEj5FYQhm4dnm+yROfE0A,
	tglx-hfZtesqFncYOwBW4kG4KsQ, joel-U3u1mxZcP9KHXe+LvDLADg,
	devicetree-u79uwXL29TY76Z2rM5mHXA,
	ryan_chen-SAlXDmAnmOAqDJ6do+/SaQ

Also clean up space-before-tab issues in the documentation.

Signed-off-by: Andrew Jeffery <andrew-zrmu5oMJ5Fs@public.gmane.org>
---
 Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt | 5 +++--
 drivers/clocksource/moxart_timer.c                            | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
index e207c11630af..b6b8b4836d3b 100644
--- a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
+++ b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
@@ -3,8 +3,9 @@ MOXA ART timer
 Required properties:
 
 - compatible : Must be one of:
- 	- "moxa,moxart-timer"
- 	- "aspeed,ast2400-timer"
+	- "moxa,moxart-timer"
+	- "aspeed,ast2400-timer"
+	- "aspeed,ast2500-timer"
 - reg : Should contain registers location and length
 - interrupts : Should contain the timer interrupt number
 - clocks : Should contain phandle for the clock that drives the counter
diff --git a/drivers/clocksource/moxart_timer.c b/drivers/clocksource/moxart_timer.c
index 7f3430654fbd..b6fa319396c1 100644
--- a/drivers/clocksource/moxart_timer.c
+++ b/drivers/clocksource/moxart_timer.c
@@ -253,4 +253,5 @@ static int __init moxart_timer_init(struct device_node *node)
 	return ret;
 }
 CLOCKSOURCE_OF_DECLARE(moxart, "moxa,moxart-timer", moxart_timer_init);
-CLOCKSOURCE_OF_DECLARE(aspeed, "aspeed,ast2400-timer", moxart_timer_init);
+CLOCKSOURCE_OF_DECLARE(ast2400, "aspeed,ast2400-timer", moxart_timer_init);
+CLOCKSOURCE_OF_DECLARE(ast2500, "aspeed,ast2500-timer", moxart_timer_init);
-- 
2.9.3

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2017-05-30 10:03 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16  7:58 [PATCH] clocksource: moxart: Add AST2500 compatible string Andrew Jeffery
     [not found] ` <20170516075840.23130-1-andrew-zrmu5oMJ5Fs@public.gmane.org>
2017-05-16 10:03   ` Joel Stanley
2017-05-23  0:07   ` Rob Herring
2017-05-25 20:28   ` Daniel Lezcano
2017-05-26  1:12     ` Andrew Jeffery
2017-05-28 14:00     ` Linus Walleij
2017-05-28 13:59   ` Linus Walleij
     [not found]     ` <CACRpkdZsbzwBKRj1FXAoCW9nD357SNNK8t=gOO-OBtV_pwjpKg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-28 18:27       ` Daniel Lezcano
     [not found]         ` <0f526d58-3138-d7ea-0dc7-5ef623fb0547-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-05-30  7:44           ` Linus Walleij
2017-05-30  8:54             ` Daniel Lezcano
     [not found]               ` <1a165856-6863-ad51-d66c-eda062f4d98e-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
2017-05-30  9:53                 ` Linus Walleij
     [not found]                   ` <CACRpkdYtq09MYz4xcgYOpKDe406YzatnRKNmVyP9QRU2z5x2_g-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-05-30 10:03                     ` Daniel Lezcano

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