瀏覽代碼

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 <[email protected]>
Christian Lamparter 7 年之前
父節點
當前提交
bd3e234473
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 1
      target/linux/apm821xx/dts/apm82181.dtsi
  2. 1 0
      target/linux/apm821xx/dts/netgear-wndr4700.dts

+ 0 - 1
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>;

+ 1 - 0
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>;