aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts
diff options
context:
space:
mode:
authorAnton Vorontsov <avorontsov@ru.mvista.com>2007-08-23 07:36:00 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-09-14 09:54:13 -0400
commit8237bf080e9ef6adc3f2adce26060722685bbb15 (patch)
treef06c0e3e8479312b731c1e771daa33a128b6cd1b /arch/powerpc/boot/dts
parent26f6cb999366a71b8e318bceaf8fafc1ffecae40 (diff)
[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')
-rw-r--r--arch/powerpc/boot/dts/mpc832x_rdb.dts2
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 cdc4a94e9c28..388c8a7012e1 100644
--- a/arch/powerpc/boot/dts/mpc832x_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc832x_rdb.dts
@@ -175,7 +175,7 @@
175 reg = <4c0 40>; 175 reg = <4c0 40>;
176 interrupts = <2>; 176 interrupts = <2>;
177 interrupt-parent = <&qeic>; 177 interrupt-parent = <&qeic>;
178 mode = "cpu"; 178 mode = "cpu-qe";
179 }; 179 };
180 180
181 spi@500 { 181 spi@500 {