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

dt-bindings: serial: lpuart: add the clock requirement for imx8qxp

Add the baud clock requirement for imx8qxp.

Signed-off-by: Fugang Duan <fugang.duan@nxp.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Fugang Duan and committed by
Shawn Guo
1843f225 849b7e3b

+4 -1
+4 -1
Documentation/devicetree/bindings/serial/fsl-lpuart.txt
··· 13 13 - reg : Address and length of the register set for the device 14 14 - interrupts : Should contain uart interrupt 15 15 - clocks : phandle + clock specifier pairs, one for each entry in clock-names 16 - - clock-names : should contain: "ipg" - the uart clock 16 + - clock-names : For vf610/ls1021a/imx7ulp, "ipg" clock is for uart bus/baud 17 + clock. For imx8qxp lpuart, "ipg" clock is bus clock that is used to access 18 + lpuart controller registers, it also requires "baud" clock for module to 19 + receive/transmit data. 17 20 18 21 Optional properties: 19 22 - dmas: A list of two dma specifiers, one for each entry in dma-names.