dear WayneWWW,
How to modify DTS specifically.Can you provide relevant templates?
thanks!!
My modify as follow:
56 phy0: ethernet-phy@0 {
57 //add
58 compatible = "micrel,ksz9031";
59
60 reg = <0>;
61 interrupt-parent = <&tegra_main_gpio>;
62 interrupts = <TEGRA194_MAIN_GPIO(G, 4) IRQ_TYPE_LEVEL_LOW>;
63 //marvell,copper-mode;
64 micrel,copper-mode;
65 /* Setup LED[2] as interrupt pin (active low) */
66 //marvell,reg-init = <0x03 0x12 0x7fff 0x880>;
67 micrel,reg-init = <0x03 0x12 0x7fff 0x880>;
only appear this device
root@desktop:/sys/bus/mdio_bus/devices# ls
dwc_phy-1:00
root@desktop:/sys/bus/mdio_bus/devices#