Skip to content

Commit

Permalink
ayufan: gmac2io works stable only in thresh dma mode, and with 0x24/0…
Browse files Browse the repository at this point in the history
…x18 delays

Change-Id: Ie894df4b52122988da683c02e3a05d635a5c7b84
  • Loading branch information
ayufan committed Jan 7, 2018
1 parent 6546f39 commit b158cf1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm64/boot/dts/rockchip/rk3328-rock64.dts
Original file line number Diff line number Diff line change
Expand Up @@ -246,12 +246,13 @@
snps,reset-gpio = <&gpio1 RK_PC2 GPIO_ACTIVE_LOW>;
snps,reset-active-low;
snps,reset-delays-us = <0 10000 50000>;
snps,force_thresh_dma_mode;
assigned-clocks = <&cru SCLK_MAC2IO>, <&cru SCLK_MAC2IO_EXT>;
assigned-clock-parents = <&gmac_clkin>, <&gmac_clkin>;
pinctrl-names = "default";
pinctrl-0 = <&rgmiim1_pins>;
tx_delay = <0x26>;
rx_delay = <0x11>;
tx_delay = <0x24>;
rx_delay = <0x18>;
status = "okay";
};

Expand Down

0 comments on commit b158cf1

Please sign in to comment.