diff options
author | Iyappan Subramanian <isubramanian@apm.com> | 2016-07-26 03:12:45 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-07-26 07:51:44 +0300 |
commit | 8e694cd2762c36b4104bbddaaf72740e59fdee5e (patch) | |
tree | c1d7c2cf00a822b0aa75f9927d006832c5c103a5 /arch/arm64/boot/dts/apm/apm-mustang.dts | |
parent | 52d1fd9983182e9e92507a18a997b3614864e0ee (diff) | |
download | linux-8e694cd2762c36b4104bbddaaf72740e59fdee5e.tar.xz |
dtb: xgene: Add MDIO node
Added mdio node for mdio driver. Also added phy-handle
reference to the ethernet nodes.
Removed unused clock node from storm sgenet1.
Signed-off-by: Iyappan Subramanian <isubramanian@apm.com>
Tested-by: Fushen Chen <fchen@apm.com>
Tested-by: Toan Le <toanle@apm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm64/boot/dts/apm/apm-mustang.dts')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-mustang.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-mustang.dts b/arch/arm64/boot/dts/apm/apm-mustang.dts index 44db32ec5e9c..b7fb5d9295c2 100644 --- a/arch/arm64/boot/dts/apm/apm-mustang.dts +++ b/arch/arm64/boot/dts/apm/apm-mustang.dts @@ -79,3 +79,15 @@ &mmc0 { status = "ok"; }; + +&mdio { + menet0phy: phy@3 { + reg = <0x3>; + }; + sgenet0phy: phy@4 { + reg = <0x4>; + }; + sgenet1phy: phy@5 { + reg = <0x5>; + }; +}; |