]> git.sur5r.net Git - u-boot/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)
committerStefano Babic <sbabic@denx.de>
Tue, 19 Jul 2016 17:52:14 +0000 (19:52 +0200)
commit9a88180bfbb6ee7b2fba5516391ff0e611794de5
treee5d80891945cf687fa276d29aa23d03b85ec1c0c
parent2deebe2481c4a193c3c02e0a56b0b43039bcecb7
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