mirror of https://gitee.com/openkylin/linux.git
ARM: dts: uniphier: add syscon-phy-mode property to each ethernet node
Add syscon-phy-mode property specifying a phandle of system controller to each ethernet node. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
This commit is contained in:
parent
92724c03fa
commit
526f872b84
|
@ -286,7 +286,7 @@ usb3: usb@5a810100 {
|
||||||
has-transaction-translator;
|
has-transaction-translator;
|
||||||
};
|
};
|
||||||
|
|
||||||
soc-glue@5f800000 {
|
soc_glue: soc-glue@5f800000 {
|
||||||
compatible = "socionext,uniphier-pro4-soc-glue",
|
compatible = "socionext,uniphier-pro4-soc-glue",
|
||||||
"simple-mfd", "syscon";
|
"simple-mfd", "syscon";
|
||||||
reg = <0x5f800000 0x2000>;
|
reg = <0x5f800000 0x2000>;
|
||||||
|
@ -378,6 +378,7 @@ eth: ethernet@65000000 {
|
||||||
resets = <&sys_rst 12>, <&sys_rst 6>;
|
resets = <&sys_rst 12>, <&sys_rst 6>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
local-mac-address = [00 00 00 00 00 00];
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
|
socionext,syscon-phy-mode = <&soc_glue 0>;
|
||||||
|
|
||||||
mdio: mdio {
|
mdio: mdio {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
|
@ -512,6 +512,7 @@ eth: ethernet@65000000 {
|
||||||
resets = <&sys_rst 6>;
|
resets = <&sys_rst 6>;
|
||||||
phy-mode = "rgmii";
|
phy-mode = "rgmii";
|
||||||
local-mac-address = [00 00 00 00 00 00];
|
local-mac-address = [00 00 00 00 00 00];
|
||||||
|
socionext,syscon-phy-mode = <&soc_glue 0>;
|
||||||
|
|
||||||
mdio: mdio {
|
mdio: mdio {
|
||||||
#address-cells = <1>;
|
#address-cells = <1>;
|
||||||
|
|
Loading…
Reference in New Issue