]> git.karo-electronics.de Git - linux-beck.git/commitdiff
arm: mvebu: remove 'clock-frequency' properties from Armada 370/XP Ethernet nodes
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 19 Nov 2012 13:19:29 +0000 (14:19 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 20 Nov 2012 22:15:56 +0000 (23:15 +0100)
The mvneta driver for the Marvell Armada 370/XP Ethernet devices has
gained proper clock framework integration, and the corresponding
Device Tree nodes now have a correct 'clocks' pointer.

The 'clock-frequency' properties in the various .dts files for Armada
370/XP boards have therefore become useless.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
arch/arm/boot/dts/armada-370-db.dts
arch/arm/boot/dts/armada-370-mirabox.dts
arch/arm/boot/dts/armada-xp-db.dts
arch/arm/boot/dts/armada-xp-openblocks-ax3-4.dts

index 63120569878a0fbb161e5e82761cff69027182f6..00044026ef1f470bd6bc6eb85b3409d2c0bf6556 100644 (file)
                };
 
                ethernet@d0070000 {
-                       clock-frequency = <200000000>;
                        status = "okay";
                        phy = <&phy0>;
                        phy-mode = "rgmii-id";
                };
                ethernet@d0074000 {
-                       clock-frequency = <200000000>;
                        status = "okay";
                        phy = <&phy1>;
                        phy-mode = "rgmii-id";
index 8554dbee2640fe003e01a3be5ae3e3ece833b130..3b40713365997a70cf93b61bb244d3e541651d79 100644 (file)
                        };
                };
                ethernet@d0070000 {
-                       clock-frequency = <200000000>;
                        status = "okay";
                        phy = <&phy0>;
                        phy-mode = "rgmii-id";
                };
                ethernet@d0074000 {
-                       clock-frequency = <200000000>;
                        status = "okay";
                        phy = <&phy1>;
                        phy-mode = "rgmii-id";
index ca1e0313556708882ab0c2c9c41d8e9d82253ed3..c06c93ceba2280247358a21af4832043a95aa52e 100644 (file)
                };
 
                ethernet@d0070000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy0>;
                        phy-mode = "rgmii-id";
                };
                ethernet@d0074000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy1>;
                        phy-mode = "rgmii-id";
                };
                ethernet@d0030000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy2>;
                        phy-mode = "sgmii";
                };
                ethernet@d0034000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy3>;
                        phy-mode = "sgmii";
index bb8d83cfbb50337c4be489c2d536270a2fd92929..638fb68d47b204918cfb3450428b0c755cfb8042 100644 (file)
                };
 
                ethernet@d0070000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy0>;
                        phy-mode = "sgmii";
                };
                ethernet@d0074000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy1>;
                        phy-mode = "sgmii";
                };
                ethernet@d0030000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy2>;
                        phy-mode = "sgmii";
                };
                ethernet@d0034000 {
-                       clock-frequency = <250000000>;
                        status = "okay";
                        phy = <&phy3>;
                        phy-mode = "sgmii";