apm821xx: MyBook Live convert to DT PHY
Changes MyBook Live to use DT PHY probing and the broadcom phy driver. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
This commit is contained in:
parent
6ad56fb34c
commit
0cad9f09be
2 changed files with 12 additions and 0 deletions
|
@ -171,6 +171,17 @@
|
||||||
|
|
||||||
&EMAC0 {
|
&EMAC0 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
|
|
||||||
|
phy-map = <0x2>;
|
||||||
|
phy-address = <0x1>;
|
||||||
|
phy-handle = <&phy>;
|
||||||
|
|
||||||
|
mdio {
|
||||||
|
phy: phy@1 {
|
||||||
|
compatible = "ethernet-phy-ieee802.3-c22";
|
||||||
|
reg = <1>;
|
||||||
|
};
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
&SATA1 {
|
&SATA1 {
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
# CONFIG_IKAREM is not set
|
# CONFIG_IKAREM is not set
|
||||||
CONFIG_APOLLO3G=y
|
CONFIG_APOLLO3G=y
|
||||||
|
CONFIG_BROADCOM_PHY=y
|
||||||
CONFIG_EXT4_FS=y
|
CONFIG_EXT4_FS=y
|
||||||
CONFIG_DMADEVICES=y
|
CONFIG_DMADEVICES=y
|
||||||
CONFIG_DMA_ENGINE=y
|
CONFIG_DMA_ENGINE=y
|
||||||
|
|
Loading…
Reference in a new issue