]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[POWERPC] spi: Use fsl_spi instead of mpc83xx_spi
authorPeter Korsgaard <jacmet@sunsite.dk>
Wed, 3 Oct 2007 15:44:58 +0000 (17:44 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 8 Oct 2007 13:38:17 +0000 (08:38 -0500)
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>
arch/powerpc/boot/dts/mpc8313erdb.dts
arch/powerpc/boot/dts/mpc8349emitx.dts
arch/powerpc/boot/dts/mpc8349emitxgp.dts
arch/powerpc/boot/dts/mpc834x_mds.dts

index a8eadc8c44972e10819c0c51fb7e6325efff9df1..9e7eba973262405fa00ea6b3facdb7f72b71f0b2 100644 (file)
 
                spi@7000 {
                        device_type = "spi";
-                       compatible = "mpc83xx_spi";
+                       compatible = "fsl_spi";
                        reg = <7000 1000>;
                        interrupts = <10 8>;
                        interrupt-parent = < &ipic >;
-                       mode = <0>;
+                       mode = "cpu";
                };
 
                /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
index 3bc32029ca5bd7265372c387ea9b81afa68a8a0a..5072f6d0a46d3a9631591b85f920cb2ed4668e8e 100644 (file)
 
                spi@7000 {
                        device_type = "spi";
-                       compatible = "mpc83xx_spi";
+                       compatible = "fsl_spi";
                        reg = <7000 1000>;
                        interrupts = <10 8>;
                        interrupt-parent = < &ipic >;
-                       mode = <0>;
+                       mode = "cpu";
                };
 
                usb@22000 {
index 36a27607f7666d6b5ebd23edb11eb251e8a0998d..074f7a2ab7e4ccd97d5d425afe6d009ff4f3f443 100644 (file)
 
                spi@7000 {
                        device_type = "spi";
-                       compatible = "mpc83xx_spi";
+                       compatible = "fsl_spi";
                        reg = <7000 1000>;
                        interrupts = <10 8>;
                        interrupt-parent = < &ipic >;
-                       mode = <0>;
+                       mode = "cpu";
                };
 
                usb@23000 {
index c27e2fff5d58372056dd6d20314e4c2baea2f84c..e5a84ef9f4b074318bf14e41fef517261a13d7c0 100644 (file)
 
                spi@7000 {
                        device_type = "spi";
-                       compatible = "mpc83xx_spi";
+                       compatible = "fsl_spi";
                        reg = <7000 1000>;
                        interrupts = <10 8>;
                        interrupt-parent = < &ipic >;
-                       mode = <0>;
+                       mode = "cpu";
                };
 
                /* phy type (ULPI or SERIAL) are only types supportted for MPH */