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

dt-binding: fsl-lpuart: use exact SoC revision to document binding

use exact SoC revision instead of wildcard describing
to make the binding more clearer.

Signed-off-by: Jingchang Lu <jingchang.lu@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Jingchang Lu and committed by
Greg Kroah-Hartman
876496b8 730c4e78

+5 -1
+5 -1
Documentation/devicetree/bindings/serial/fsl-lpuart.txt
··· 1 1 * Freescale low power universal asynchronous receiver/transmitter (lpuart) 2 2 3 3 Required properties: 4 - - compatible : Should be "fsl,<soc>-lpuart" 4 + - compatible : 5 + - "fsl,vf610-lpuart" for lpuart compatible with the one integrated 6 + on Vybrid vf610 SoC with 8-bit register organization 7 + - "fsl,ls1021a-lpuart" for lpuart compatible with the one integrated 8 + on LS1021A SoC with 32-bit big-endian register organization 5 9 - reg : Address and length of the register set for the device 6 10 - interrupts : Should contain uart interrupt 7 11 - clocks : phandle + clock specifier pairs, one for each entry in clock-names