mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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>
This commit is contained in:
parent
388367a5a9
commit
39ffbd917c
1 changed files with 6 additions and 0 deletions
|
@ -594,6 +594,12 @@
|
||||||
/* Filled in by U-Boot */
|
/* Filled in by U-Boot */
|
||||||
mac-address = [ 00 00 00 00 00 00 ];
|
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 {
|
ocmcram: ocmcram@40300000 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue