diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2014-02-15 11:59:02 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-02-15 21:16:21 +0100 |
commit | c600558668e4ebd0fab6bf1d90baaf95bc43f9d5 (patch) | |
tree | 943919957d4af394f5dbd73e0e701dda0780fa8e /Documentation | |
parent | serial: max310x: Fix sparse warnings (diff) | |
download | linux-c600558668e4ebd0fab6bf1d90baaf95bc43f9d5.tar.xz linux-c600558668e4ebd0fab6bf1d90baaf95bc43f9d5.zip |
serial: max310x: Fix devicetree documentation for clock name
Clock names mistakenly given opposite. This patch fix this issue.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/serial/maxim,max310x.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/serial/maxim,max310x.txt b/Documentation/devicetree/bindings/serial/maxim,max310x.txt index 0daf780882f6..83a919c241b0 100644 --- a/Documentation/devicetree/bindings/serial/maxim,max310x.txt +++ b/Documentation/devicetree/bindings/serial/maxim,max310x.txt @@ -13,8 +13,8 @@ Required properties: controller. The format of the interrupt specifier depends on the parent interrupt controller. - clocks: phandle to the IC source clock. -- clock-names: Should be "osc" if clock is an external crystal or - "xtal" if an external clock source is used. +- clock-names: Should be "xtal" if clock is an external crystal or + "osc" if an external clock source is used. Optional properties: - gpio-controller: Marks the device node as a GPIO controller. |