Hi! On Tue, Aug 27, 2019 at 5:50 PM Serge Vailugin <[email protected]> wrote: > > Both rtl8367b and rtl8367s have two extended interface > rtl8367rb: 5 port + 2*RGMII/MII > rtl8367s: 5 port + SGMII/HSGMI + RGMII/MII > (?)rtl8367sb: 5 port + 2*RGMII/MII > These interfaces correspond to EXT1 and EXT2 (ports 6 and 7 respectivly). > Current driver don't support EXT2 configuration but notexisting EXT0 > (port 5). > This patch allow to configure EXT2 in dts-file: > > rtl8367rb { > compatible = "realtek,rtl8367b"; > cpu_port = <7>; > realtek,extif2 = <1 0 1 1 1 1 1 1 2>; /* configuration for > EXT2 */ > mii-bus = <&mdio0>; > phy_id = <29>; > }; > > This patch is independent of the rtl8366_smi patch (set switch phy address) > and may be helpful for device with rtl8367rb connected through EXT2. > > Signed-off-by: Serge Vasilugin <[email protected]>
This patch seems to be broken in patchwork: https://patchwork.ozlabs.org/patch/1153690/ Would you mind to create patches using git format-patch and resend them with git send-email? Regards, Chuanhong Guo _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
