Commit 12e5bde1 authored by Slark Xiao's avatar Slark Xiao Committed by Rob Herring
Browse files

dt-bindings: Fix typo in comment

parent fce43d8f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ system, notifying them when a low power state is entered or exited.
Multiple revisions of the SAW hardware are supported using these Device Nodes.
SAW2 revisions differ in the register offset and configuration data. Also, the
same revision of the SAW in different SoCs may have different configuration
data due the the differences in hardware capabilities. Hence the SoC name, the
data due the differences in hardware capabilities. Hence the SoC name, the
version of the SAW hardware in that SoC and the distinction between cpu (big
or Little) or cache, may be needed to uniquely identify the SAW register
configuration and initialization data. The compatible string is used to
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ Required properties:
	- for "ti,da850-pll1", shall be "clksrc"

Optional properties:
- ti,clkmode-square-wave: Indicates that the the board is supplying a square
- ti,clkmode-square-wave: Indicates that the board is supplying a square
	wave input on the OSCIN pin instead of using a crystal oscillator.
	This property is only valid when compatible = "ti,da850-pll0".

+1 −1
Original line number Diff line number Diff line
@@ -330,7 +330,7 @@ succeeded.

The Device Tree Overlay will contain:
 * "target-path" or "target"
   The insertion point where the the contents of the overlay will go into the
   The insertion point where the contents of the overlay will go into the
   live tree.  target-path is a full path, while target is a phandle.
 * "ranges"
    The address space mapping from processor to FPGA bus(ses).
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ Optional properties:
 - ngpios		: Number of used GPIO lines (0..n-1), default is 8.
 - load-gpios		: GPIO pin specifier attached to load enable, this
			  pin is pulsed before reading from the device to
			  load input pin values into the the device.
			  load input pin values into the device.

For other required and optional properties of SPI slave
nodes please refer to ../spi/spi-bus.txt.
+1 −1
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@ MAC node:
- mac-address : The 6-byte MAC address. If present, it is the default
	MAC address.
- internal-phy : phandle to the internal PHY node
- phy-handle : phandle the the external PHY node
- phy-handle : phandle the external PHY node

Internal PHY node:
- compatible : Should be "qcom,fsm9900-emac-sgmii" or "qcom,qdf2432-emac-sgmii".
Loading