diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2007-10-03 18:29:09 +0200 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-10-08 08:38:20 -0500 |
commit | f023dc769c47b9158d897ee8a0278bdfe39b0115 (patch) | |
tree | 5fefedc70d1925226fa7bee4ee80be21c95c1479 /Documentation/powerpc | |
parent | 33799e337997284a4b845743fc43af52f66babd7 (diff) | |
download | blackbird-op-linux-f023dc769c47b9158d897ee8a0278bdfe39b0115.tar.gz blackbird-op-linux-f023dc769c47b9158d897ee8a0278bdfe39b0115.zip |
[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')
-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. Required properties: - device_type : should be "spi". - compatible : should be "fsl_spi". - - mode : the SPI operation mode, it can be "cpu" or "qe". + - mode : the SPI operation mode, it can be "cpu" or "cpu-qe". - reg : Offset and length of the register set for the device - interrupts : <a b> where a is the interrupt number and b is a field that represents an encoding of the sense and level |