summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorKlaus Goger <klaus.goger@theobroma-systems.com>2015-07-10 08:28:42 +0200
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:40:00 +0100
commit880741563c5d6c505d3497690a53ccf27dc2dedc (patch)
treea90ebf1833ae8c972328d6d44441475e826e8d9b /arch
parentf82e338e0b5eb21513db19094a57f03267b76790 (diff)
[reword] sun6i: pangolin: PHY Reset, DTS: phy-addr, DTS: phy skews
should be done via devicetree but this require to enhance the micrel driver quite a bit so let's do this hack instead which breaks every other sun6i device other then pangolin Signed-off-by: Klaus Goger <klaus.goger@theobroma-systems.com> [squash] pangolin: remove explicit PHY writes (done through DTS) [squash] DTS change for the PHY rxc-skew and txc-skew [squash] remove LAST_STAGE for mii
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/dts/sun6i-a31-pangolin.dts6
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/dts/sun6i-a31-pangolin.dts b/arch/arm/dts/sun6i-a31-pangolin.dts
index 37918cbdec..6dab44add7 100644
--- a/arch/arm/dts/sun6i-a31-pangolin.dts
+++ b/arch/arm/dts/sun6i-a31-pangolin.dts
@@ -94,9 +94,11 @@
snps,reset-active-low;
snps,reset-delays-us = <0 10000 30000>;
status = "okay";
+ rxc-skew-ps = <1800>;
+ txc-skew-ps = <1800>;
- phy1: ethernet-phy@1 {
- reg = <1>;
+ phy1: ethernet-phy@4 {
+ reg = <4>;
};
};