Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Alexander Shiyan and committed by
Greg Kroah-Hartman
c6005586 0fd927f5

+2 -2
+2 -2
Documentation/devicetree/bindings/serial/maxim,max310x.txt
··· 13 13 controller. The format of the interrupt specifier depends on the 14 14 parent interrupt controller. 15 15 - clocks: phandle to the IC source clock. 16 - - clock-names: Should be "osc" if clock is an external crystal or 17 - "xtal" if an external clock source is used. 16 + - clock-names: Should be "xtal" if clock is an external crystal or 17 + "osc" if an external clock source is used. 18 18 19 19 Optional properties: 20 20 - gpio-controller: Marks the device node as a GPIO controller.