Skip to content

Commit

Permalink
ARM: dts: am4372: Add cpsw phy sel dt node
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Mugunthan V N authored and Tony Lindgren committed May 20, 2014
1 parent 95eb894 commit a9682cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/am4372.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a9682cf

Please sign in to comment.