[OpenWrt-Devel] [PATCH] ramips: fix wan port on Dovado Tiny AC
John Crispin
blogic at openwrt.org
Thu Feb 25 02:59:49 EST 2016
Hi,
comments inline
On 22/02/2016 00:40, Andrej Vlašić wrote:
> From: Andrej Vlasic <andrej.vlasic0 at gmail.com>
>
> Wan port on Dovado Tiny AC requires delay on a icplus ip1001 phy receive side in order to work properly.
>
> Signed-off-by: Andrej Vlasic <andrej.vlasic0 at gmail.com>
> ---
> target/linux/ramips/dts/TINY-AC.dts | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/target/linux/ramips/dts/TINY-AC.dts b/target/linux/ramips/dts/TINY-AC.dts
> index ae4c4b5..881772c 100644
> --- a/target/linux/ramips/dts/TINY-AC.dts
> +++ b/target/linux/ramips/dts/TINY-AC.dts
> @@ -96,7 +96,7 @@
>
> phy5: ethernet-phy at 5 {
> reg = <5>;
> - phy-mode = "rgmii";
> + phy-mode = "rgmii-rxid";
this string does not exit inside the kernel tree and/or our patch set.
where did you get this from ?
John
> };
> };
> };
>
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list