openwrt/target/linux/generic/files/drivers/net/phy
Franz Flasch d4ac26ec49 kernel: rtl8366-smi: add Realtek switch management via mii-bus
Current version of rtl8366-smi module only supports Realtek switch
managment via two gpio lines. This adds Realtek switch
management via mii_bus. Tested on a Tp-link Archer C2 v1 (Mediatek
SoC mt7620a based)

dts-file configuration should look like this:

rtl8367rb {
	compatible = "realtek,rtl8367b";
	realtek,extif1 = <1 0 1 1 1 1 1 1 2>;
	mii-bus = <&mdio0>;
};

&ethernet {
	status = "okay";
	mtd-mac-address = <&rom 0xf100>;
	pinctrl-names = "default";
	pinctrl-0 = <&rgmii1_pins &rgmii2_pins &mdio_pins>;

	port@5 {
		status = "okay";
		mediatek,fixed-link = <1000 1 1 1>;
		phy-mode = "rgmii";
	};

	mdio0: mdio-bus {
		status = "okay";
	};
};

Signed-off-by: Serge Vasilugin <vasilugin@yandex.ru>
Signed-off-by: Franz Flasch <franz.flasch@gmx.at>
2018-06-25 20:52:18 +02:00
..
b53
adm6996.c
adm6996.h
ar8216.c ar8216: reduce latency by inserting scheduling points into code hogging the CPU 2018-04-08 09:14:23 +02:00
ar8216.h
ar8327.c ar8216: reduce latency even further for ar8327 chips 2018-04-08 09:27:14 +02:00
ar8327.h
ip17xx.c
mvsw61xx.c
mvsw61xx.h
mvswitch.c
mvswitch.h
psb6970.c
rtl8306.c
rtl8366_smi.c kernel: rtl8366-smi: add Realtek switch management via mii-bus 2018-06-25 20:52:18 +02:00
rtl8366_smi.h kernel: rtl8366-smi: add Realtek switch management via mii-bus 2018-06-25 20:52:18 +02:00
rtl8366rb.c
rtl8366s.c
rtl8367.c
rtl8367b.c kernel: rtl8367b: drop redundant compatible 2018-06-25 20:52:18 +02:00
swconfig_leds.c
swconfig.c