summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStoica Cosmin-Stefan <cosmin.stoica@nxp.com>2015-09-30 15:50:26 +0300
committerDong Aisheng <aisheng.dong@nxp.com>2021-11-02 17:17:07 +0800
commit5b864632389eea623751de2a4a74dece57ccd9fe (patch)
tree7572e930d146d3fd94f5effb51566cecca7b0f5d
parentc92a18d4c7e0cb805618e57340f88d43519d3b7a (diff)
dt-bindings: serial: linflexuart: Document clock-related properties
Update the Freescale LINFlexD bindings example and description with the "clocks" and "clock-names" properties. Signed-off-by: Stoica Cosmin-Stefan <cosmin.stoica@nxp.com> Signed-off-by: Stefan-Gabriel Mirea <stefan-gabriel.mirea@nxp.com> Reviewed-by: Fugang Duan <fugang.duan@nxp.com>
-rw-r--r--Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt b/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt
index f1bbe0826be5..3be0313689e1 100644
--- a/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt
+++ b/Documentation/devicetree/bindings/serial/fsl,s32-linflexuart.txt
@@ -11,12 +11,16 @@ Required properties:
is compatible with the one integrated on S32V234 SoC
- 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: "lin" - the uart clock
Example:
uart0: serial@40053000 {
compatible = "fsl,s32v234-linflexuart";
reg = <0x0 0x40053000 0x0 0x1000>;
interrupts = <0 59 4>;
+ clocks = <&clks S32V234_CLK_LIN>;
+ clock-names = "lin";
};
[1] https://www.nxp.com/webapp/Download?colCode=S32V234RM