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-ld11.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-ld11.dtsi')
-rw-r--r-- | arch/arm/dts/uniphier-ld11.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/dts/uniphier-ld11.dtsi b/arch/arm/dts/uniphier-ld11.dtsi index bf3118eca3..6247281890 100644 --- a/arch/arm/dts/uniphier-ld11.dtsi +++ b/arch/arm/dts/uniphier-ld11.dtsi @@ -557,6 +557,7 @@ resets = <&sys_rst 6>; phy-mode = "rmii"; local-mac-address = [00 00 00 00 00 00]; + socionext,syscon-phy-mode = <&soc_glue 0>; mdio: mdio { #address-cells = <1>; |