]> git.sur5r.net Git - u-boot/blobdiff - doc/device-tree-bindings/spi/spi-bus.txt
Fix spelling of "transferred".
[u-boot] / doc / device-tree-bindings / spi / spi-bus.txt
index 5c8720a820aa9566738b2ec0ac09da4a19f7057f..420ec9529fb4414c646d640ec264e3c710a097e2 100644 (file)
@@ -63,7 +63,7 @@ contain the following properties.
                      a header byte before reading data from the slave.
 
 Some SPI controllers and devices support Dual and Quad SPI transfer mode.
-It allows data in SPI system transfered in 2 wires(DUAL) or 4 wires(QUAD).
+It allows data in SPI system transferred in 2 wires(DUAL) or 4 wires(QUAD).
 Now the value that spi-tx-bus-width and spi-rx-bus-width can receive is
 only 1(SINGLE), 2(DUAL) and 4(QUAD).
 Dual/Quad mode is not allowed when 3-wire mode is used.