瀏覽代碼

Documentation: of-serial.txt - update for clocks phandle for clk

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Murali Karicheri 12 年之前
父節點
當前提交
ab72fa5523
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      Documentation/devicetree/bindings/tty/serial/of-serial.txt

+ 4 - 1
Documentation/devicetree/bindings/tty/serial/of-serial.txt

@@ -14,7 +14,10 @@ Required properties:
 	- "serial" if the port type is unknown.
 - reg : offset and length of the register set for the device.
 - interrupts : should contain uart interrupt.
-- clock-frequency : the input clock frequency for the UART.
+- clock-frequency : the input clock frequency for the UART
+	 or
+  clocks phandle to refer to the clk used as per Documentation/devicetree
+  /bindings/clock/clock-bindings.txt
 
 Optional properties:
 - current-speed : the current active speed of the UART.