[PATCH 1/3] mpc83xx: fix usb phy_type in mpc837x rdb device trees

Anton Vorontsov avorontsov at ru.mvista.com
Sat Mar 29 03:44:41 EST 2008


On Fri, Mar 28, 2008 at 10:51:25AM -0500, Kim Phillips wrote:
> the mpc837x rdb board uses low pin count interfaces (ULPI) to connect
> to the USB PHY.

I've sent this fix two weeks ago...

http://ozlabs.org/pipermail/linuxppc-dev/2008-March/052926.html

> Signed-off-by: Kim Phillips <kim.phillips at freescale.com>
> ---
>  arch/powerpc/boot/dts/mpc8377_rdb.dts |    2 +-
>  arch/powerpc/boot/dts/mpc8378_rdb.dts |    2 +-
>  arch/powerpc/boot/dts/mpc8379_rdb.dts |    2 +-
>  3 files changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts
> index 440aa4d..1a7d516 100644
> --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts
> @@ -151,7 +151,7 @@
>  			#size-cells = <0>;
>  			interrupt-parent = <&ipic>;
>  			interrupts = <38 0x8>;
> -			phy_type = "utmi";
> +			phy_type = "ulpi";
>  		};
>  
>  		mdio at 24520 {
> diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts
> index 9271153..9d259a1 100644
> --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts
> @@ -151,7 +151,7 @@
>  			#size-cells = <0>;
>  			interrupt-parent = <&ipic>;
>  			interrupts = <38 0x8>;
> -			phy_type = "utmi";
> +			phy_type = "ulpi";
>  		};
>  
>  		mdio at 24520 {
> diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts
> index 0dda2fc..8dec2ee 100644
> --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts
> @@ -151,7 +151,7 @@
>  			#size-cells = <0>;
>  			interrupt-parent = <&ipic>;
>  			interrupts = <38 0x8>;
> -			phy_type = "utmi";
> +			phy_type = "ulpi";
>  		};
>  
>  		mdio at 24520 {
> -- 
> 1.5.4.4.481.g5075

-- 
Anton Vorontsov
email: cboumailru at gmail.com
irc://irc.freenode.net/bd2



More information about the Linuxppc-dev mailing list