aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManohar Narkhede <Manohar.Narkhede@imgtec.com>2016-02-23 15:46:45 +0530
committerAbhijit Mahajani <Abhijit.Mahajani@imgtec.com>2016-02-24 13:11:11 +0000
commit18946c08b19f53ba6f8116879c17200ea0443276 (patch)
tree78046047de9d895f8790ca08aae2d8ecf6c6c0b6
parent32abdd60569f7dc40f928d2cff62d7cd5b8004ed (diff)
downloadv4.1-18946c08b19f53ba6f8116879c17200ea0443276.tar.gz
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>
-rw-r--r--arch/mips/boot/dts/pistachio/pistachio.dtsi2
-rw-r--r--arch/mips/boot/dts/pistachio/pistachio_marduk.dts4
2 files changed, 5 insertions, 1 deletions
diff --git a/arch/mips/boot/dts/pistachio/pistachio.dtsi b/arch/mips/boot/dts/pistachio/pistachio.dtsi
index cb10b126877..96f06efb904 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 546e8fb962d..f7257eb9179 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>;