]> code.ossystems Code Review - bsp/u-boot.git/commit
usb: ehci-mx6: configure power polarity in usb_power_config
authorStefan Agner <stefan.agner@toradex.com>
Wed, 13 Jul 2016 07:25:37 +0000 (00:25 -0700)
committerOtavio Salvador <otavio@ossystems.com.br>
Wed, 20 Jul 2016 21:07:00 +0000 (18:07 -0300)
commit97488b59d16e4866c87c29a532b8ea3263fa5509
tree7b27239059a698db9ed75db6fdb88a0c472b9284
parentce0c796e27c575695c5e7d32b4d6b8e2a5f84d49
usb: ehci-mx6: configure power polarity in usb_power_config

USBNC_n_CTRL1 bit 9 actually controls the power pin polarity.
Rename UCTRL_PM to align reference manual and set the bit in
the appropriate callback usb_power_config.

Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
drivers/usb/host/ehci-mx6.c