kernel: rtl8366-smi: add Realtek switch management via mii-bus
authorFranz Flasch <franz.flasch@gmx.at>
Thu, 17 May 2018 09:51:38 +0000 (11:51 +0200)
committerMathias Kresin <dev@kresin.me>
Mon, 25 Jun 2018 18:52:18 +0000 (20:52 +0200)
commitd4ac26ec4920036fe15414e47a0f1a3df6e8b9fb
tree9fb98e1bd3ebe5cecbecd1525a610bbf46e4f53e
parentf9e7f193344fcee585b454e3884297f721187f4a
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>
target/linux/generic/files/drivers/net/phy/rtl8366_smi.c
target/linux/generic/files/drivers/net/phy/rtl8366_smi.h