dt-bindings: serial: lpuart: add the clock requirement for imx8qxp
authorFugang Duan <fugang.duan@nxp.com>
Thu, 4 Jul 2019 13:43:55 +0000 (21:43 +0800)
committerShawn Guo <shawnguo@kernel.org>
Tue, 23 Jul 2019 02:46:06 +0000 (10:46 +0800)
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>
Documentation/devicetree/bindings/serial/fsl-lpuart.txt

index 21483ba..3495eee 100644 (file)
@@ -13,7 +13,10 @@ Required properties:
 - reg : Address and length of the register set for the device
 - interrupts : Should contain uart interrupt
 - clocks : phandle + clock specifier pairs, one for each entry in clock-names
-- clock-names : should contain: "ipg" - the uart clock
+- clock-names : For vf610/ls1021a/imx7ulp, "ipg" clock is for uart bus/baud
+  clock. For imx8qxp lpuart, "ipg" clock is bus clock that is used to access
+  lpuart controller registers, it also requires "baud" clock for module to
+  receive/transmit data.
 
 Optional properties:
 - dmas: A list of two dma specifiers, one for each entry in dma-names.