From: Alexander Shiyan Date: Sat, 15 Feb 2014 10:59:02 +0000 (+0400) Subject: serial: max310x: Fix devicetree documentation for clock name X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c600558668e4ebd0fab6bf1d90baaf95bc43f9d5;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git serial: max310x: Fix devicetree documentation for clock name Clock names mistakenly given opposite. This patch fix this issue. Signed-off-by: Alexander Shiyan Signed-off-by: Greg Kroah-Hartman --- 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.