diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2014-05-13 10:44:30 +0200 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2014-05-20 02:20:31 +0200 |
commit | a9682cfb539b63120ea99d8cf07e5cbf2044ad60 (patch) | |
tree | 8dc2468d6e7fd91a731d9d7a302d7bc602dceb33 | |
parent | ARM: OMAP2+: Use pdata quirks for wl12xx on VAR-STK/DVK-OM44 (diff) | |
download | linux-a9682cfb539b63120ea99d8cf07e5cbf2044ad60.tar.xz linux-a9682cfb539b63120ea99d8cf07e5cbf2044ad60.zip |
ARM: dts: am4372: Add cpsw phy sel dt node
Add cpsw phy sel device tree node for selecting phy mode in control module
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/boot/dts/am4372.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am4372.dtsi b/arch/arm/boot/dts/am4372.dtsi index 52aa03ff8bef..1f852086d9b5 100644 --- a/arch/arm/boot/dts/am4372.dtsi +++ b/arch/arm/boot/dts/am4372.dtsi @@ -521,6 +521,12 @@ /* Filled in by U-Boot */ mac-address = [ 00 00 00 00 00 00 ]; }; + + phy_sel: cpsw-phy-sel@44e10650 { + compatible = "ti,am43xx-cpsw-phy-sel"; + reg= <0x44e10650 0x4>; + reg-names = "gmii-sel"; + }; }; epwmss0: epwmss@48300000 { |