KIN-1827: pistachio_dts: reduce ethernet clock drive strength to 2mA for marduk.

Change-Id: I48de1793b8b0d12f3d991479b698e2d2f52ca9ec
Signed-off-by: Manohar Narkhede <Manohar.Narkhede@imgtec.com>
diff --git a/arch/mips/boot/dts/pistachio/pistachio.dtsi b/arch/mips/boot/dts/pistachio/pistachio.dtsi
index cb10b12..96f06ef 100644
--- a/arch/mips/boot/dts/pistachio/pistachio.dtsi
+++ b/arch/mips/boot/dts/pistachio/pistachio.dtsi
@@ -717,7 +717,7 @@
 				slew-rate = <1>;
 				drive-strength = <4>;
 			};
-			enet-phy-clk {
+			pin_enet_phy_clk: enet-phy-clk {
 				pins = "mfio71";
 				function = "eth";
 				slew-rate = <1>;
diff --git a/arch/mips/boot/dts/pistachio/pistachio_marduk.dts b/arch/mips/boot/dts/pistachio/pistachio_marduk.dts
index 546e8fb..f7257eb 100644
--- a/arch/mips/boot/dts/pistachio/pistachio_marduk.dts
+++ b/arch/mips/boot/dts/pistachio/pistachio_marduk.dts
@@ -245,6 +245,10 @@
 	mac-address = [0123456789AB];
 };
 
+&pin_enet_phy_clk {
+	drive-strength = <2>;
+};
+
 &sdhost {
 	status = "okay";
 	bus-width = <4>;