* [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document
2013-07-17 8:04 [PATCH v9] ARM: clocksource: add support for MOXA ART SoCs Jonas Jensen
@ 2013-07-19 11:12 ` Jonas Jensen
2013-07-19 12:16 ` Daniel Lezcano
0 siblings, 1 reply; 4+ messages in thread
From: Jonas Jensen @ 2013-07-19 11:12 UTC (permalink / raw)
To: linux-arm-kernel
Update device tree bindings document with the correct clock name.
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
---
Notes:
Hi Daniel,
I apologize in advance if this causes trouble..
One of the device tree bindings files you merged
git://git.linaro.org/people/dlezcano/clockevents.git timers/clockevents-next
now needs an update.
This patch can be applied directly to timers/clockevents-next.
Best regards,
Jonas
Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
index 77c4cfa..ad0bf7f 100644
--- a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
+++ b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
@@ -5,7 +5,7 @@ Required properties:
- compatible : Should be "moxa,moxart-timer"
- reg : Should contain registers location and length
- interrupts : Should contain the timer interrupt number
-- clocks : Should contain phandle for APB clock "clkapb"
+- clocks : Should contain phandle for the MOXA ART core clock "coreclk"
Example:
@@ -13,5 +13,5 @@ Example:
compatible = "moxa,moxart-timer";
reg = <0x98400000 0x42>;
interrupts = <19 1>;
- clocks = <&clkapb>;
+ clocks = <&coreclk>;
};
--
1.8.2.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document
2013-07-19 11:12 ` [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document Jonas Jensen
@ 2013-07-19 12:16 ` Daniel Lezcano
2013-07-19 12:50 ` Jonas Jensen
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Lezcano @ 2013-07-19 12:16 UTC (permalink / raw)
To: linux-arm-kernel
On 07/19/2013 01:12 PM, Jonas Jensen wrote:
> Update device tree bindings document with the correct clock name.
Ok, pushed.
--
<http://www.linaro.org/> Linaro.org ? Open source software for ARM SoCs
Follow Linaro: <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document
2013-07-19 12:16 ` Daniel Lezcano
@ 2013-07-19 12:50 ` Jonas Jensen
0 siblings, 0 replies; 4+ messages in thread
From: Jonas Jensen @ 2013-07-19 12:50 UTC (permalink / raw)
To: linux-arm-kernel
On 19 July 2013 14:16, Daniel Lezcano <daniel.lezcano@linaro.org> wrote:
> Ok, pushed.
Thanks :)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document
@ 2013-07-26 14:17 Jonas Jensen
0 siblings, 0 replies; 4+ messages in thread
From: Jonas Jensen @ 2013-07-26 14:17 UTC (permalink / raw)
To: linux-arm-kernel
1. describe compatible variable "Must be" instead of "Should be".
2. change description so it's from the point of view of the device
Signed-off-by: Jonas Jensen <jonas.jensen@gmail.com>
---
Notes:
Hi Daniel,
The device tree bindings document (already merged) needs another update.
Can be applied directly to timers/clockevents-next.
Best regards,
Jonas
Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
index ad0bf7f..da2d510 100644
--- a/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
+++ b/Documentation/devicetree/bindings/timer/moxa,moxart-timer.txt
@@ -2,10 +2,10 @@ MOXA ART timer
Required properties:
-- compatible : Should be "moxa,moxart-timer"
+- compatible : Must be "moxa,moxart-timer"
- reg : Should contain registers location and length
- interrupts : Should contain the timer interrupt number
-- clocks : Should contain phandle for the MOXA ART core clock "coreclk"
+- clocks : Should contain phandle for the clock that drives the counter
Example:
--
1.8.2.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-07-26 14:17 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-26 14:17 [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document Jonas Jensen
-- strict thread matches above, loose matches on Subject: below --
2013-07-17 8:04 [PATCH v9] ARM: clocksource: add support for MOXA ART SoCs Jonas Jensen
2013-07-19 11:12 ` [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document Jonas Jensen
2013-07-19 12:16 ` Daniel Lezcano
2013-07-19 12:50 ` Jonas Jensen
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).