commit | 64c3b252e9fc8256ef7b1b99ba60492163cd06e8 | [log] [tgz] |
---|---|---|
author | Byungho An <bh74.an@samsung.com> | Sat Aug 24 15:31:43 2013 +0900 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 28 17:41:49 2013 -0400 |
tree | 54fe1873126a728db074ccdfa40b5f31a1f9b369 | |
parent | 33c6b1f6b154894321f5734e50c66621e9134e7e [diff] |
net: stmmac: fixed the pbl setting with DT This patch fixed the pbl(programmable burst length) setting using DT. Even though the default pbl is 8, If there is no pbl property in device tree file, pbl is set 0 and it causes bandwidth degradation. Signed-off-by: Byungho An <bh74.an@samsung.com> Signed-off-by: David S. Miller <davem@davemloft.net>