aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2007-10-03 11:44:58 -0400
committerKumar Gala <galak@kernel.crashing.org>2007-10-08 09:38:17 -0400
commit33799e337997284a4b845743fc43af52f66babd7 (patch)
treec0b1aeffcfee1de06f4e0bf49ec8963354fe15be /arch
parent6b0b594bb81f86dbc7b0829ee5102abaab242913 (diff)
[POWERPC] spi: Use fsl_spi instead of mpc83xx_spi
According to booting-without-of.txt, compatible should be "fsl_spi" and mode "cpu" or "qe" for the fsl SPI controllers. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk> Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/boot/dts/mpc8313erdb.dts4
-rw-r--r--arch/powerpc/boot/dts/mpc8349emitx.dts4
-rw-r--r--arch/powerpc/boot/dts/mpc8349emitxgp.dts4
-rw-r--r--arch/powerpc/boot/dts/mpc834x_mds.dts4
4 files changed, 8 insertions, 8 deletions
diff --git a/arch/powerpc/boot/dts/mpc8313erdb.dts b/arch/powerpc/boot/dts/mpc8313erdb.dts
index a8eadc8c4497..9e7eba973262 100644
--- a/arch/powerpc/boot/dts/mpc8313erdb.dts
+++ b/arch/powerpc/boot/dts/mpc8313erdb.dts
@@ -71,11 +71,11 @@
71 71
72 spi@7000 { 72 spi@7000 {
73 device_type = "spi"; 73 device_type = "spi";
74 compatible = "mpc83xx_spi"; 74 compatible = "fsl_spi";
75 reg = <7000 1000>; 75 reg = <7000 1000>;
76 interrupts = <10 8>; 76 interrupts = <10 8>;
77 interrupt-parent = < &ipic >; 77 interrupt-parent = < &ipic >;
78 mode = <0>; 78 mode = "cpu";
79 }; 79 };
80 80
81 /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */ 81 /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
diff --git a/arch/powerpc/boot/dts/mpc8349emitx.dts b/arch/powerpc/boot/dts/mpc8349emitx.dts
index 3bc32029ca5b..5072f6d0a46d 100644
--- a/arch/powerpc/boot/dts/mpc8349emitx.dts
+++ b/arch/powerpc/boot/dts/mpc8349emitx.dts
@@ -70,11 +70,11 @@
70 70
71 spi@7000 { 71 spi@7000 {
72 device_type = "spi"; 72 device_type = "spi";
73 compatible = "mpc83xx_spi"; 73 compatible = "fsl_spi";
74 reg = <7000 1000>; 74 reg = <7000 1000>;
75 interrupts = <10 8>; 75 interrupts = <10 8>;
76 interrupt-parent = < &ipic >; 76 interrupt-parent = < &ipic >;
77 mode = <0>; 77 mode = "cpu";
78 }; 78 };
79 79
80 usb@22000 { 80 usb@22000 {
diff --git a/arch/powerpc/boot/dts/mpc8349emitxgp.dts b/arch/powerpc/boot/dts/mpc8349emitxgp.dts
index 36a27607f766..074f7a2ab7e4 100644
--- a/arch/powerpc/boot/dts/mpc8349emitxgp.dts
+++ b/arch/powerpc/boot/dts/mpc8349emitxgp.dts
@@ -70,11 +70,11 @@
70 70
71 spi@7000 { 71 spi@7000 {
72 device_type = "spi"; 72 device_type = "spi";
73 compatible = "mpc83xx_spi"; 73 compatible = "fsl_spi";
74 reg = <7000 1000>; 74 reg = <7000 1000>;
75 interrupts = <10 8>; 75 interrupts = <10 8>;
76 interrupt-parent = < &ipic >; 76 interrupt-parent = < &ipic >;
77 mode = <0>; 77 mode = "cpu";
78 }; 78 };
79 79
80 usb@23000 { 80 usb@23000 {
diff --git a/arch/powerpc/boot/dts/mpc834x_mds.dts b/arch/powerpc/boot/dts/mpc834x_mds.dts
index c27e2fff5d58..e5a84ef9f4b0 100644
--- a/arch/powerpc/boot/dts/mpc834x_mds.dts
+++ b/arch/powerpc/boot/dts/mpc834x_mds.dts
@@ -76,11 +76,11 @@
76 76
77 spi@7000 { 77 spi@7000 {
78 device_type = "spi"; 78 device_type = "spi";
79 compatible = "mpc83xx_spi"; 79 compatible = "fsl_spi";
80 reg = <7000 1000>; 80 reg = <7000 1000>;
81 interrupts = <10 8>; 81 interrupts = <10 8>;
82 interrupt-parent = < &ipic >; 82 interrupt-parent = < &ipic >;
83 mode = <0>; 83 mode = "cpu";
84 }; 84 };
85 85
86 /* phy type (ULPI or SERIAL) are only types supportted for MPH */ 86 /* phy type (ULPI or SERIAL) are only types supportted for MPH */