diff options
author | Kunihiko Hayashi | 2018-05-11 18:49:17 +0900 |
---|---|---|
committer | Masahiro Yamada | 2018-05-23 00:32:39 +0900 |
commit | f6acbf88e40ec198b85aa583771a662f726ecc0c (patch) | |
tree | fa9acdaaa8b3315cae2065db52d580c35a21b408 /arch/arm | |
parent | 3c0fa6ce1310cd1108ba6e1e78ce03814fe4c7ca (diff) |
ARM: dts: uniphier: change phy-mode to 'internal' for LD11
Change the phy-mode property to 'internal' that means to use a built-in PHY
implemented on LD11 SoC.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/dts/uniphier-ld11.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/uniphier-ld11.dtsi b/arch/arm/dts/uniphier-ld11.dtsi index bedd0e045aa..577803bd62d 100644 --- a/arch/arm/dts/uniphier-ld11.dtsi +++ b/arch/arm/dts/uniphier-ld11.dtsi @@ -557,7 +557,7 @@ clocks = <&sys_clk 6>; reset-names = "ether"; resets = <&sys_rst 6>; - phy-mode = "rmii"; + phy-mode = "internal"; local-mac-address = [00 00 00 00 00 00]; socionext,syscon-phy-mode = <&soc_glue 0>; |