summaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2015-11-06 11:32:48 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-11-09 07:33:34 +0100
commitd9c2cfd534d2ebda662f2656b2e8076b255b4987 (patch)
treefc57c796623dce87a4e3caa82acdfc47ceae9922 /drivers/watchdog
parent8f8f14f9b6b70d2073ebb5484fe54011d7d49b73 (diff)
downloadbarebox-d9c2cfd534d2ebda662f2656b2e8076b255b4987.tar.gz
barebox-d9c2cfd534d2ebda662f2656b2e8076b255b4987.tar.xz
usb: mx25: fix bit position of "Host power mask"
The bit MX25_H1_PM_BIT value is handled for port 1 as MX25_OTG_PM_BIT is for port 0. The latter is called "OPM: OTG power mask" in the i.MX25 reference manual. Its description matches the description of "HPM: Host power mask" for the host port which is bit 16, not 8. The Linux kernel (as of 4.3) also has #define MX25_H1_PM_BIT BIT(16) . Fixes: a4076ddf6577 ("USB i.MX: Add chipidea driver support") Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/watchdog')
0 files changed, 0 insertions, 0 deletions