Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=af6521ea8af210fea094b183a9ad29ab73945ee1
Commit:     af6521ea8af210fea094b183a9ad29ab73945ee1
Parent:     321872dcc07f83f9b60af1be41c6bafbaddf9bf6
Author:     Anton Vorontsov <[EMAIL PROTECTED]>
AuthorDate: Fri Oct 5 21:46:53 2007 +0400
Committer:  Kumar Gala <[EMAIL PROTECTED]>
CommitDate: Mon Oct 8 08:39:04 2007 -0500

    [POWERPC] 85xx: mpc8568mds - update dts to be able to use UCCs
    
    1. UCC1's RX_DV pin is 16, not 15;
    2. UCC1's phy is at 0x7, not 0x1. Schematics says 0x7, and recent
       u-boot also using 0x7.
    3. Use gianfar's (eTSEC) mdio bus. This is hardware default setup.
    4. tx-clock should be CLK16 (GE125, PB31);
    5. phy-connection-type is RGMII-ID;
    
    Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
    Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
 arch/powerpc/boot/dts/mpc8568mds.dts |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/arch/powerpc/boot/dts/mpc8568mds.dts 
b/arch/powerpc/boot/dts/mpc8568mds.dts
index b064a2f..5439437 100644
--- a/arch/powerpc/boot/dts/mpc8568mds.dts
+++ b/arch/powerpc/boot/dts/mpc8568mds.dts
@@ -104,10 +104,10 @@
                        device_type = "mdio";
                        compatible = "gianfar";
                        reg = <24520 20>;
-                       phy0: [EMAIL PROTECTED] {
+                       phy0: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
                                interrupts = <1 1>;
-                               reg = <0>;
+                               reg = <7>;
                                device_type = "ethernet-phy";
                        };
                        phy1: [EMAIL PROTECTED] {
@@ -242,7 +242,7 @@
                                        4  1a  2  0  2  0       /* RxD7 */
                                        4  0b  1  0  2  0       /* TX_EN */
                                        4  18  1  0  2  0       /* TX_ER */
-                                       4  0f  2  0  2  0       /* RX_DV */
+                                       4  10  2  0  2  0       /* RX_DV */
                                        4  1e  2  0  2  0       /* RX_ER */
                                        4  11  2  0  2  0       /* RX_CLK */
                                        4  13  1  0  2  0       /* GTX_CLK */
@@ -334,10 +334,10 @@
                        mac-address = [ 00 00 00 00 00 00 ];
                        local-mac-address = [ 00 00 00 00 00 00 ];
                        rx-clock = <0>;
-                       tx-clock = <19>;
-                       phy-handle = <&qe_phy0>;
-                       phy-connection-type = "gmii";
+                       tx-clock = <20>;
                        pio-handle = <&pio1>;
+                       phy-handle = <&phy0>;
+                       phy-connection-type = "rgmii-id";
                };
 
                [EMAIL PROTECTED] {
@@ -356,10 +356,10 @@
                        mac-address = [ 00 00 00 00 00 00 ];
                        local-mac-address = [ 00 00 00 00 00 00 ];
                        rx-clock = <0>;
-                       tx-clock = <14>;
-                       phy-handle = <&qe_phy1>;
-                       phy-connection-type = "gmii";
+                       tx-clock = <20>;
                        pio-handle = <&pio2>;
+                       phy-handle = <&phy1>;
+                       phy-connection-type = "rgmii-id";
                };
 
                [EMAIL PROTECTED] {
@@ -371,10 +371,10 @@
 
                        /* These are the same PHYs as on
                         * gianfar's MDIO bus */
-                       qe_phy0: [EMAIL PROTECTED] {
+                       qe_phy0: [EMAIL PROTECTED] {
                                interrupt-parent = <&mpic>;
                                interrupts = <1 1>;
-                               reg = <0>;
+                               reg = <7>;
                                device_type = "ethernet-phy";
                        };
                        qe_phy1: [EMAIL PROTECTED] {
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to