apm821xx: move fifo-entry-size property to WNDR4700
authorChristian Lamparter <chunkeey@gmail.com>
Sat, 20 Oct 2018 14:41:53 +0000 (16:41 +0200)
committerChristian Lamparter <chunkeey@gmail.com>
Sun, 9 Dec 2018 14:27:29 +0000 (15:27 +0100)
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>
target/linux/apm821xx/dts/apm82181.dtsi
target/linux/apm821xx/dts/netgear-wndr4700.dts

index 951f3d5f08824c088a6189d7facc926275fd9436..bd6786b40e6422a2ae5de8dc69431a077713fa29 100644 (file)
                                max-frame-size = <9000>;
                                rx-fifo-size = <16384>;
                                tx-fifo-size = <2048>;
                                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>;
                                phy-mode = "rgmii";
                                phy-map = <0x00000000>;
                                rgmii-device = <&RGMII0>;
index 6a8c9990e68c1d9e5333d996b4c8350aa7161668..313de3fe3d03e1c6a9d94f6896a68cd05e02408c 100644 (file)
 &EMAC0 {
        status = "okay";
        phy-handle = <&phy0>;
 &EMAC0 {
        status = "okay";
        phy-handle = <&phy0>;
+       fifo-entry-size = <10>;
 
        mdio {
                #address-cells = <1>;
 
        mdio {
                #address-cells = <1>;