From bd3e234473bc68bcf73e57320bff9c09d30d3b6e Mon Sep 17 00:00:00 2001 From: Christian Lamparter Date: Sat, 20 Oct 2018 16:41:53 +0200 Subject: [PATCH] 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 --- target/linux/apm821xx/dts/apm82181.dtsi | 1 - target/linux/apm821xx/dts/netgear-wndr4700.dts | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) 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>; -- 2.30.2