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-merlin.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-merlin.dts')
-rw-r--r-- | arch/arm64/boot/dts/apm/apm-merlin.dts | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/apm/apm-merlin.dts b/arch/arm64/boot/dts/apm/apm-merlin.dts index 387c6a8d0da9..b0f64414c1b0 100644 --- a/arch/arm64/boot/dts/apm/apm-merlin.dts +++ b/arch/arm64/boot/dts/apm/apm-merlin.dts @@ -83,3 +83,9 @@ status = "ok"; }; }; + +&mdio { + sgenet0phy: phy@0 { + reg = <0x0>; + }; +}; |