Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1843f225 authored by Fugang Duan's avatar Fugang Duan Committed by Shawn Guo
Browse files

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



Add the baud clock requirement for imx8qxp.

Signed-off-by: default avatarFugang Duan <fugang.duan@nxp.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 849b7e3b
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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.