diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-10-20 16:41:53 +0200 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-09 15:27:29 +0100 |
commit | bd3e234473bc68bcf73e57320bff9c09d30d3b6e (patch) | |
tree | 671e46defe2d0bfd17045f205a196541a87113db /target/linux/apm821xx/dts | |
parent | 87af41d554c7c4a708b87a894336a674f320358c (diff) | |
download | upstream-bd3e234473bc68bcf73e57320bff9c09d30d3b6e.tar.gz upstream-bd3e234473bc68bcf73e57320bff9c09d30d3b6e.tar.bz2 upstream-bd3e234473bc68bcf73e57320bff9c09d30d3b6e.zip |
apm821xx: move fifo-entry-size property to WNDR4700
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>
Diffstat (limited to 'target/linux/apm821xx/dts')
-rw-r--r-- | target/linux/apm821xx/dts/apm82181.dtsi | 1 | ||||
-rw-r--r-- | target/linux/apm821xx/dts/netgear-wndr4700.dts | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/apm821xx/dts/apm82181.dtsi b/target/linux/apm821xx/dts/apm82181.dtsi index 951f3d5f08..bd6786b40e 100644 --- a/target/linux/apm821xx/dts/apm82181.dtsi +++ b/target/linux/apm821xx/dts/apm82181.dtsi @@ -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>; diff --git a/target/linux/apm821xx/dts/netgear-wndr4700.dts b/target/linux/apm821xx/dts/netgear-wndr4700.dts index 6a8c9990e6..313de3fe3d 100644 --- a/target/linux/apm821xx/dts/netgear-wndr4700.dts +++ b/target/linux/apm821xx/dts/netgear-wndr4700.dts @@ -288,6 +288,7 @@ &EMAC0 { status = "okay"; phy-handle = <&phy0>; + fifo-entry-size = <10>; mdio { #address-cells = <1>; |