diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-04-16 12:35:33 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-04-18 23:34:36 +0900 |
commit | 3e98fc1236ca9503c46302aa7d3679f3bb45cd03 (patch) | |
tree | 4d8cab24bfa5ad70a80c4a4f0c34803f40f95f98 /arch/arm/dts/uniphier-pro4-sanji.dts | |
parent | 34b3722e381c0146b4aa7fea3a5243c588b8ed2f (diff) | |
download | u-boot-3e98fc1236ca9503c46302aa7d3679f3bb45cd03.tar.gz |
ARM: dts: uniphier: sync DT with Linux 4.17-rc1
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-pro4-sanji.dts')
-rw-r--r-- | arch/arm/dts/uniphier-pro4-sanji.dts | 25 |
1 files changed, 17 insertions, 8 deletions
diff --git a/arch/arm/dts/uniphier-pro4-sanji.dts b/arch/arm/dts/uniphier-pro4-sanji.dts index 950f47abf8..7f5b957f98 100644 --- a/arch/arm/dts/uniphier-pro4-sanji.dts +++ b/arch/arm/dts/uniphier-pro4-sanji.dts @@ -1,11 +1,9 @@ -/* - * Device Tree Source for UniPhier Pro4 Sanji Board - * - * Copyright (C) 2016 Socionext Inc. - * Author: Masahiro Yamada <yamada.masahiro@socionext.com> - * - * SPDX-License-Identifier: (GPL-2.0+ OR MIT) - */ +// SPDX-License-Identifier: GPL-2.0+ OR MIT +// +// Device Tree Source for UniPhier Pro4 Sanji Board +// +// Copyright (C) 2016 Socionext Inc. +// Author: Masahiro Yamada <yamada.masahiro@socionext.com> /dts-v1/; #include "uniphier-pro4.dtsi" @@ -78,6 +76,17 @@ status = "okay"; }; +ð { + status = "okay"; + phy-handle = <ðphy>; +}; + +&mdio { + ethphy: ethphy@1 { + reg = <1>; + }; +}; + &usb2 { status = "okay"; }; |