mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 11:26:54 +07:00
ARM: dts: uniphier: add pinctrl groups of ethernet for second instance
Add pinctrl groups of ethernet, such as "ether1_rgmii" and "ether1_rmii". These are used for second ethernet instance. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
6f36ee0b48
commit
9ca6129d00
@ -71,6 +71,16 @@ pinctrl_ether_rmii: ether-rmii {
|
||||
function = "ether_rmii";
|
||||
};
|
||||
|
||||
pinctrl_ether1_rgmii: ether1-rgmii {
|
||||
groups = "ether1_rgmii";
|
||||
function = "ether1_rgmii";
|
||||
};
|
||||
|
||||
pinctrl_ether1_rmii: ether1-rmii {
|
||||
groups = "ether1_rmii";
|
||||
function = "ether1_rmii";
|
||||
};
|
||||
|
||||
pinctrl_i2c0: i2c0 {
|
||||
groups = "i2c0";
|
||||
function = "i2c0";
|
||||
|
Loading…
Reference in New Issue
Block a user