From: Christian Lamparter Date: Sat, 20 Oct 2018 14:41:53 +0000 (+0200) Subject: apm821xx: move fifo-entry-size property to WNDR4700 X-Git-Tag: v19.07.0-rc1~1982 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=bd3e234473bc68bcf73e57320bff9c09d30d3b6e;p=openwrt%2Fstaging%2Fhauke.git 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 --- 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>;