I am investigating it.
Still, something is wrong if I don't see interface events when unplugging the 
cable, right?



On Tue, 17 Sep 2019, Adrian Schmutzler wrote:

Date: Tue, 17 Sep 2019 19:02:12
From: Adrian Schmutzler <m...@adrianschmutzler.de>
To: Enrico Mioso <mrkiko...@gmail.com>, Filip Moc <l...@moc6.cz>
Cc: openwrt-devel@lists.openwrt.org, Piotr Dymacz <pep...@gmail.com>
Subject: Re: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL-MR6400

Hi,

-----Original Message-----
From: Enrico Mioso [mailto:mrkiko...@gmail.com]
Sent: Dienstag, 17. September 2019 18:57
To: Filip Moc <l...@moc6.cz>
Cc: Adrian Schmutzler <m...@adrianschmutzler.de>; openwrt-devel@lists.openwrt.org; 
Piotr Dymacz <pep...@gmail.com>
Subject: Re: [OpenWrt-Devel] [PATCH] ath79: add support for TP-Link TL-MR6400

BTW I can see the code for setting up network interfaces in mach-tl-mr6400.c is 
identical to the one in mach-fritz4020.c for which we
have ath79 support.
Hence, I copied the setup from there:

&eth0 {
   status = "okay";
   phy-mode = "mii";
   phy-handle = <&swphy0>;

   mtd-mac-address = <&uboot 0x1fc00>;
   mtd-mac-address-increment = <1>;

   gmac-config {
     device = <&gmac>;
     switch-phy-addr-swap = <1>;
     switch-phy-swap = <1>;

That's the phy-swap I was referring to in the other mail.
Using that will change the ports in 02_network, so you will have to re-evaluate 
the connection status with swconfig.

I do not remember what switch-phy-addr-swap does.

Best

Adrian

   };
};

&eth1 {
   status = "okay";
   mtd-mac-address = <&uboot 0x1fc00>;
   mtd-mac-address-increment = <(-1)>;
};

yeah, here I am using spaces but the original code has tabs. :)

Am I overlooking something?

Second question - I got the LTe module working with gpio-hog. How can now I 
turn off the LTE module, writing a value to the GPIO?
Thanks!!
Enrico


_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to