Commit ab72fa55 authored by Murali Karicheri's avatar Murali Karicheri Committed by Greg Kroah-Hartman
Browse files

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

parent 0bbeb3c3
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -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.