]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
usb: chipidea: msm: Rely on core to override AHBBURST
authorStephen Boyd <stephen.boyd@linaro.org>
Wed, 28 Dec 2016 22:56:59 +0000 (14:56 -0800)
committerPeter Chen <peter.chen@nxp.com>
Fri, 20 Jan 2017 07:25:36 +0000 (15:25 +0800)
commitdd3749099cfa2c80039193c438b90f3160eaf7f9
treee827e1659d3a3e7f7b319ed01e0373f701d14224
parent2c8ea46d3e5462c54120f6bca42e2ccee4e48904
usb: chipidea: msm: Rely on core to override AHBBURST

The core framework already handles setting this parameter with a
platform quirk. Add the appropriate flag so that we always set
AHBBURST to 0. Technically DT should be doing this, but we always
do it for msm chipidea devices so setting the flag in the driver
works just as well. If the burst needs to be anything besides 0,
we expect the 'ahb-burst-config' dts property to be present.

Acked-by: Peter Chen <peter.chen@nxp.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Stephen Boyd <stephen.boyd@linaro.org>
Signed-off-by: Peter Chen <peter.chen@nxp.com>
drivers/usb/chipidea/ci_hdrc_msm.c