diff options
| author | Javier Martinez Canillas <javier@osg.samsung.com> | 2016-02-15 09:11:06 -0500 |
|---|---|---|
| committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-03-28 18:17:31 -0400 |
| commit | 00c9329ebe2d19a13afd86ba75218f868f2788ba (patch) | |
| tree | f289cda2eac5ebda059fabb38cb56af640f0a66b /Documentation/devicetree/bindings/rtc | |
| parent | f55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff) | |
rtc: s3c: Document in binding that only s3c6410 needs a src clk
The S3C binding doc says that the RTC and RTC source clocks are required
but the S3C driver supports different HW IP and only the s3c6410 needs a
source clock.
Fix the binding explaining that the source clock is only needed for the
s3c6410-rtc compatible controller.
Reported-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc')
| -rw-r--r-- | Documentation/devicetree/bindings/rtc/s3c-rtc.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt index 1068ffce9f91..fdde63a5419c 100644 --- a/Documentation/devicetree/bindings/rtc/s3c-rtc.txt +++ b/Documentation/devicetree/bindings/rtc/s3c-rtc.txt | |||
| @@ -15,9 +15,10 @@ Required properties: | |||
| 15 | is the rtc tick interrupt. The number of cells representing a interrupt | 15 | is the rtc tick interrupt. The number of cells representing a interrupt |
| 16 | depends on the parent interrupt controller. | 16 | depends on the parent interrupt controller. |
| 17 | - clocks: Must contain a list of phandle and clock specifier for the rtc | 17 | - clocks: Must contain a list of phandle and clock specifier for the rtc |
| 18 | and source clocks. | 18 | clock and in the case of a s3c6410 compatible controller, also |
| 19 | - clock-names: Must contain "rtc" and "rtc_src" entries sorted in the | 19 | a source clock. |
| 20 | same order as the clocks property. | 20 | - clock-names: Must contain "rtc" and for a s3c6410 compatible controller, |
| 21 | a "rtc_src" sorted in the same order as the clocks property. | ||
| 21 | 22 | ||
| 22 | Example: | 23 | Example: |
| 23 | 24 | ||
