On Wed, 24 Apr 2013 10:55:10 +0800
Tiejun Chen <tiejun.chen@xxxxxxxxxxxxx> wrote:
commit 761bbcb7, "usb: ehci-fsl: set INCR8 mode for system bus interface
on MPC512x", introduced to fix one MPC5121e (M36P) Errata by setting
INCR8 mode for system bus interface on MPC512x, but we should make sure
this is only valid for MPC512x like other parts of this commit. Otherwise
NAK. It is already only valid for MPC512x.
this would issue other platforms as abnormal without this similar Errata.
This setting is in the ehci_fsl_mpc512x_drv_resume() function which is
not called on other platforms.