Skip to content

Commit

Permalink
apm821xx: move fifo-entry-size property to WNDR4700
Browse files Browse the repository at this point in the history
This property (and value) came from Netgear's WNDR4700
stock firmware dts. However, other devices do not set
it and the EMAC default is 16, which matches that of
the programming notes of the APM82181 spec.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
  • Loading branch information
chunkeey committed Dec 9, 2018
1 parent 87af41d commit bd3e234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion target/linux/apm821xx/dts/apm82181.dtsi
Expand Up @@ -339,7 +339,6 @@
max-frame-size = <9000>;
rx-fifo-size = <16384>;
tx-fifo-size = <2048>;
fifo-entry-size = <10>;
phy-mode = "rgmii";
phy-map = <0x00000000>;
rgmii-device = <&RGMII0>;
Expand Down
1 change: 1 addition & 0 deletions target/linux/apm821xx/dts/netgear-wndr4700.dts
Expand Up @@ -288,6 +288,7 @@
&EMAC0 {
status = "okay";
phy-handle = <&phy0>;
fifo-entry-size = <10>;

mdio {
#address-cells = <1>;
Expand Down

0 comments on commit bd3e234

Please sign in to comment.