diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-10-03 12:29:09 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-08 09:38:20 -0400 |
commit | f023dc769c47b9158d897ee8a0278bdfe39b0115 (patch) | |
tree | 5fefedc70d1925226fa7bee4ee80be21c95c1479 /Documentation/powerpc/booting-without-of.txt | |
parent | 33799e337997284a4b845743fc43af52f66babd7 (diff) |
[POWERPC] spi: mode should be "cpu-qe" instead of "qe"
Mode should be "cpu-qe" for QE in CPU mode. "qe" should be reserved
for native QE mode.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'Documentation/powerpc/booting-without-of.txt')
-rw-r--r-- | Documentation/powerpc/booting-without-of.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/powerpc/booting-without-of.txt b/Documentation/powerpc/booting-without-of.txt index ce5d67f5cb5c..7a6c5f2f3b00 100644 --- a/Documentation/powerpc/booting-without-of.txt +++ b/Documentation/powerpc/booting-without-of.txt | |||
@@ -1551,7 +1551,7 @@ platforms are moved over to use the flattened-device-tree model. | |||
1551 | Required properties: | 1551 | Required properties: |
1552 | - device_type : should be "spi". | 1552 | - device_type : should be "spi". |
1553 | - compatible : should be "fsl_spi". | 1553 | - compatible : should be "fsl_spi". |
1554 | - mode : the SPI operation mode, it can be "cpu" or "qe". | 1554 | - mode : the SPI operation mode, it can be "cpu" or "cpu-qe". |
1555 | - reg : Offset and length of the register set for the device | 1555 | - reg : Offset and length of the register set for the device |
1556 | - interrupts : <a b> where a is the interrupt number and b is a | 1556 | - interrupts : <a b> where a is the interrupt number and b is a |
1557 | field that represents an encoding of the sense and level | 1557 | field that represents an encoding of the sense and level |