mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-02-17 22:49:02 +00:00
dts: mtmips: add default pinctrl to eth nodes for all boards
This patch adds default eth pinctrl for all boards. There are two pinctrl nodes used for two scenarios: ephy_iot_mode - for IOT boards which have only one port (PHY0) ephy_router_mode - For routers which have more than one ports Reviewed-by: Stefan Roese <sr@denx.de> Signed-off-by: Weijie Gao <weijie.gao@mediatek.com>
This commit is contained in:
parent
ef55fa03d4
commit
4e2ccca26d
2 changed files with 4 additions and 0 deletions
|
@ -123,5 +123,7 @@
|
|||
};
|
||||
|
||||
ð {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ephy_iot_mode>;
|
||||
mediatek,poll-link-phy = <0>;
|
||||
};
|
||||
|
|
|
@ -53,5 +53,7 @@
|
|||
};
|
||||
|
||||
ð {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&ephy_iot_mode>;
|
||||
mediatek,poll-link-phy = <0>;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue