Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…t/scottwood/linux into next

Merge some updates from Scott:

"This contains an 8xx compilation fix, and a dpaa device tree fix."
  • Loading branch information
Michael Ellerman committed Aug 13, 2018
2 parents 70b5c4e + bd96461 commit 241b5f7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions arch/powerpc/boot/dts/fsl/t2080rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@

mdio@fd000 {
xg_cs4315_phy1: ethernet-phy@c {
compatible = "ethernet-phy-ieee802.3-c45";
compatible = "ethernet-phy-id13e5.1002";
reg = <0xc>;
};

xg_cs4315_phy2: ethernet-phy@d {
compatible = "ethernet-phy-ieee802.3-c45";
compatible = "ethernet-phy-id13e5.1002";
reg = <0xd>;
};

Expand Down
8 changes: 4 additions & 4 deletions arch/powerpc/boot/dts/fsl/t4240rdb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -267,22 +267,22 @@

mdio@fd000 {
xfiphy1: ethernet-phy@10 {
compatible = "ethernet-phy-ieee802.3-c45";
compatible = "ethernet-phy-id13e5.1002";
reg = <0x10>;
};

xfiphy2: ethernet-phy@11 {
compatible = "ethernet-phy-ieee802.3-c45";
compatible = "ethernet-phy-id13e5.1002";
reg = <0x11>;
};

xfiphy3: ethernet-phy@13 {
compatible = "ethernet-phy-ieee802.3-c45";
compatible = "ethernet-phy-id13e5.1002";
reg = <0x13>;
};

xfiphy4: ethernet-phy@12 {
compatible = "ethernet-phy-ieee802.3-c45";
compatible = "ethernet-phy-id13e5.1002";
reg = <0x12>;
};
};
Expand Down
1 change: 1 addition & 0 deletions arch/powerpc/configs/dpaa.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ CONFIG_FSL_DPAA=y
CONFIG_FSL_PAMU=y
CONFIG_FSL_FMAN=y
CONFIG_FSL_DPAA_ETH=y
CONFIG_CORTINA_PHY=y

0 comments on commit 241b5f7

Please sign in to comment.