diff options
author | Anton Vorontsov <avorontsov@ru.mvista.com> | 2007-08-23 15:36:00 +0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-09-14 08:54:13 -0500 |
commit | 8237bf080e9ef6adc3f2adce26060722685bbb15 (patch) | |
tree | f06c0e3e8479312b731c1e771daa33a128b6cd1b /arch/powerpc/boot/dts/mpc832x_rdb.dts | |
parent | 26f6cb999366a71b8e318bceaf8fafc1ffecae40 (diff) | |
download | op-kernel-dev-8237bf080e9ef6adc3f2adce26060722685bbb15.zip op-kernel-dev-8237bf080e9ef6adc3f2adce26060722685bbb15.tar.gz |
[POWERPC] MPC832x_RDB: Update dts to use SPI1 in QE, register mmc_spi stub
Enabled using SPI controller on the MPC832x RDB board. We currently use
a modalias of "spidev" as a place holder (replace with "mmc_spie") until
the mmc_spi driver support is merged in.
This gets us the ability to test SPI until then.
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/boot/dts/mpc832x_rdb.dts')
-rw-r--r-- | arch/powerpc/boot/dts/mpc832x_rdb.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/boot/dts/mpc832x_rdb.dts b/arch/powerpc/boot/dts/mpc832x_rdb.dts index cdc4a94..388c8a7 100644 --- a/arch/powerpc/boot/dts/mpc832x_rdb.dts +++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts @@ -175,7 +175,7 @@ reg = <4c0 40>; interrupts = <2>; interrupt-parent = <&qeic>; - mode = "cpu"; + mode = "cpu-qe"; }; spi@500 { |