diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2013-09-21 00:50:41 +0530 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-09-24 10:33:07 -0400 |
commit | 39ffbd917c6230ca503edcd90de6b373f34b6b1a (patch) | |
tree | ede7e28a463ae9bae6b7ca3e406fc4d63a5ec8d4 /arch/arm | |
parent | 388367a5a9fbbb86db815ab069c8d5e970d2b86e (diff) | |
download | blackbird-op-linux-39ffbd917c6230ca503edcd90de6b373f34b6b1a.tar.gz blackbird-op-linux-39ffbd917c6230ca503edcd90de6b373f34b6b1a.zip |
ARM: dts: am33xx: adopt to cpsw-phy-sel driver to configure phy mode
Add DT entries for the phy mode selection in AM33xx SoC using cpsw-phy-sel
driver.
Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Tested-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/boot/dts/am33xx.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/am33xx.dtsi b/arch/arm/boot/dts/am33xx.dtsi index f9c5da9c7fe1..d76ae24c9745 100644 --- a/arch/arm/boot/dts/am33xx.dtsi +++ b/arch/arm/boot/dts/am33xx.dtsi @@ -594,6 +594,12 @@ /* Filled in by U-Boot */ mac-address = [ 00 00 00 00 00 00 ]; }; + + phy_sel: cpsw-phy-sel@44e10650 { + compatible = "ti,am3352-cpsw-phy-sel"; + reg= <0x44e10650 0x4>; + reg-names = "gmii-sel"; + }; }; ocmcram: ocmcram@40300000 { |