Commit 33799e33 authored by Peter Korsgaard's avatar Peter Korsgaard Committed by Kumar Gala

[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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
Signed-off-by: default avatarKumar Gala <galak@kernel.crashing.org>
parent 6b0b594b
...@@ -71,11 +71,11 @@ i2c@3100 { ...@@ -71,11 +71,11 @@ i2c@3100 {
spi@7000 { spi@7000 {
device_type = "spi"; device_type = "spi";
compatible = "mpc83xx_spi"; compatible = "fsl_spi";
reg = <7000 1000>; reg = <7000 1000>;
interrupts = <10 8>; interrupts = <10 8>;
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
mode = <0>; mode = "cpu";
}; };
/* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */ /* phy type (ULPI, UTMI, UTMI_WIDE, SERIAL) */
......
...@@ -70,11 +70,11 @@ i2c@3100 { ...@@ -70,11 +70,11 @@ i2c@3100 {
spi@7000 { spi@7000 {
device_type = "spi"; device_type = "spi";
compatible = "mpc83xx_spi"; compatible = "fsl_spi";
reg = <7000 1000>; reg = <7000 1000>;
interrupts = <10 8>; interrupts = <10 8>;
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
mode = <0>; mode = "cpu";
}; };
usb@22000 { usb@22000 {
......
...@@ -70,11 +70,11 @@ i2c@3100 { ...@@ -70,11 +70,11 @@ i2c@3100 {
spi@7000 { spi@7000 {
device_type = "spi"; device_type = "spi";
compatible = "mpc83xx_spi"; compatible = "fsl_spi";
reg = <7000 1000>; reg = <7000 1000>;
interrupts = <10 8>; interrupts = <10 8>;
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
mode = <0>; mode = "cpu";
}; };
usb@23000 { usb@23000 {
......
...@@ -76,11 +76,11 @@ i2c@3100 { ...@@ -76,11 +76,11 @@ i2c@3100 {
spi@7000 { spi@7000 {
device_type = "spi"; device_type = "spi";
compatible = "mpc83xx_spi"; compatible = "fsl_spi";
reg = <7000 1000>; reg = <7000 1000>;
interrupts = <10 8>; interrupts = <10 8>;
interrupt-parent = < &ipic >; interrupt-parent = < &ipic >;
mode = <0>; mode = "cpu";
}; };
/* phy type (ULPI or SERIAL) are only types supportted for MPH */ /* phy type (ULPI or SERIAL) are only types supportted for MPH */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment