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

dt-bindings: serial: lpuart: add ls1028a compatibility

Add the LS1028A SoC compatibility string to the lpuart devicetree
bindings documentation.

Signed-off-by: Michael Walle <michael@walle.cc>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20200307091302.14881-1-michael@walle.cc
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Michael Walle and committed by
Greg Kroah-Hartman
c75b1fdd e33253f3

+6 -4
+6 -4
Documentation/devicetree/bindings/serial/fsl-lpuart.txt
··· 6 6 on Vybrid vf610 SoC with 8-bit register organization 7 7 - "fsl,ls1021a-lpuart" for lpuart compatible with the one integrated 8 8 on LS1021A SoC with 32-bit big-endian register organization 9 + - "fsl,ls1028a-lpuart" for lpuart compatible with the one integrated 10 + on LS1028A SoC with 32-bit little-endian register organization 9 11 - "fsl,imx7ulp-lpuart" for lpuart compatible with the one integrated 10 12 on i.MX7ULP SoC with 32-bit little-endian register organization 11 13 - "fsl,imx8qxp-lpuart" for lpuart compatible with the one integrated ··· 17 15 - reg : Address and length of the register set for the device 18 16 - interrupts : Should contain uart interrupt 19 17 - clocks : phandle + clock specifier pairs, one for each entry in clock-names 20 - - clock-names : For vf610/ls1021a/imx7ulp, "ipg" clock is for uart bus/baud 21 - clock. For imx8qxp lpuart, "ipg" clock is bus clock that is used to access 22 - lpuart controller registers, it also requires "baud" clock for module to 23 - receive/transmit data. 18 + - clock-names : For vf610/ls1021a/ls1028a/imx7ulp, "ipg" clock is for uart 19 + bus/baud clock. For imx8qxp lpuart, "ipg" clock is bus clock that is used 20 + to access lpuart controller registers, it also requires "baud" clock for 21 + module to receive/transmit data. 24 22 25 23 Optional properties: 26 24 - dmas: A list of two dma specifiers, one for each entry in dma-names.