From: jonas.jensen@gmail.com (Jonas Jensen)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document
Date: Fri, 19 Jul 2013 13:12:59 +0200 [thread overview]
Message-ID: <1374232379-20900-1-git-send-email-jonas.jensen@gmail.com> (raw)
In-Reply-To: <1374048297-4321-1-git-send-email-jonas.jensen@gmail.com>
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
next prev parent reply other threads:[~2013-07-19 11:12 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-18 10:00 [PATCH] ARM: clocksource: add support for MOXA ART SoCs Jonas Jensen
2013-06-18 15:14 ` Thomas Petazzoni
2013-06-18 15:28 ` Arnd Bergmann
2013-06-26 14:53 ` [PATCH v2] " Jonas Jensen
2013-06-26 14:59 ` Jonas Jensen
2013-06-26 16:10 ` Uwe Kleine-König
2013-06-26 19:15 ` Linus Walleij
2013-06-27 11:23 ` [PATCH v3] " Jonas Jensen
2013-06-28 13:34 ` Thomas Gleixner
2013-07-01 14:02 ` [PATCH v4] " Jonas Jensen
2013-07-01 17:55 ` Thomas Gleixner
2013-07-02 20:19 ` Linus Walleij
2013-07-04 12:19 ` [PATCH v5] " Jonas Jensen
2013-07-04 21:42 ` Thomas Gleixner
2013-07-05 10:05 ` Jonas Jensen
2013-07-05 10:21 ` Thomas Gleixner
2013-07-05 11:48 ` Jonas Jensen
2013-07-05 10:04 ` [PATCH v6] " Jonas Jensen
2013-07-05 11:46 ` [PATCH v7] " Jonas Jensen
2013-07-16 13:52 ` Daniel Lezcano
2013-07-16 14:44 ` [PATCH v8] " Jonas Jensen
2013-07-16 15:01 ` Daniel Lezcano
2013-07-17 8:14 ` Jonas Jensen
2013-07-17 12:13 ` Daniel Lezcano
2013-07-17 8:04 ` [PATCH v9] " Jonas Jensen
2013-07-19 11:12 ` Jonas Jensen [this message]
2013-07-19 12:16 ` [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document Daniel Lezcano
2013-07-19 12:50 ` Jonas Jensen
2013-07-20 20:45 ` [PATCH v9] ARM: clocksource: add support for MOXA ART SoCs Linus Walleij
2013-07-20 21:34 ` Daniel Lezcano
2013-07-26 14:03 ` [PATCH] ARM: clocksource: moxart: add bitops.h include Jonas Jensen
-- strict thread matches above, loose matches on Subject: below --
2013-07-26 14:17 [PATCH] ARM: clocksource: moxart: documentation: update device tree bindings document Jonas Jensen
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1374232379-20900-1-git-send-email-jonas.jensen@gmail.com \
--to=jonas.jensen@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).