diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-05-11 18:49:14 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-05-23 00:32:39 +0900 |
commit | 69b3d4e930ef871df5cc10f03dd5d4e24a02c103 (patch) | |
tree | 76d83aa05443ef7ae8359febbb8d5e6c75b59524 /arch/arm/dts/uniphier-pro4.dtsi | |
parent | 624d2cae3401c2e4d43c571a9b81d1f650e7703d (diff) | |
download | u-boot-69b3d4e930ef871df5cc10f03dd5d4e24a02c103.tar.gz |
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>
Diffstat (limited to 'arch/arm/dts/uniphier-pro4.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-pro4.dtsi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/dts/uniphier-pro4.dtsi b/arch/arm/dts/uniphier-pro4.dtsi index 25c4b4f8fc..041e451f7b 100644 --- a/arch/arm/dts/uniphier-pro4.dtsi +++ b/arch/arm/dts/uniphier-pro4.dtsi @@ -342,7 +342,7 @@ has-transaction-translator; }; - soc-glue@5f800000 { + soc_glue: soc-glue@5f800000 { compatible = "socionext,uniphier-pro4-soc-glue", "simple-mfd", "syscon"; reg = <0x5f800000 0x2000>; @@ -431,6 +431,7 @@ resets = <&sys_rst 6>; phy-mode = "rgmii"; local-mac-address = [00 00 00 00 00 00]; + socionext,syscon-phy-mode = <&soc_glue 0>; mdio: mdio { #address-cells = <1>; |