]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
ath79: enable link state reporting for eth1 on Ruckus ZF7372
authorLech Perczak <lech.perczak@gmail.com>
Mon, 12 Sep 2022 22:41:51 +0000 (00:41 +0200)
committerHauke Mehrtens <hauke@hauke-m.de>
Mon, 25 May 2026 18:24:42 +0000 (20:24 +0200)
Now, that the support for ZF7372 is merged, enable link state reporting
for the Fast Ethernet port attached through the built-in switch, so
it can generate netifd and hotplug events as well, for example -
- to control DHCP client.

Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/9971
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
target/linux/ath79/dts/ar9344_ruckus_zf7372.dts

index b60dc61c74a791e6f140d7ab5c3f8c7581e0c236..4f4f3ef9091822aff7ca65f5b567f9cd81a3012c 100644 (file)
 
 &eth1 {
        status = "okay";
+       phy-handle = <&swphy0>;
 
        nvmem-cells = <&macaddr_board_data_66>;
        nvmem-cell-names = "mac-address";
 
+       /delete-node/ fixed-link;
        gmac-config {
                device = <&gmac>;
                switch-phy-swap = <0>;