提交 7ff27dfa 编写于 作者: M Marc Zyngier 提交者: Eric Miao

[ARM] pxa/zeus: Correct the USB host initialisation flags

Signed-off-by: NAmit Walambe <amit.walambe@eurotech.com>
Signed-off-by: NMarc Zyngier <maz@misterjones.org>
Signed-off-by: NEric Miao <eric.y.miao@gmail.com>
上级 662b0836
...@@ -509,7 +509,9 @@ static void zeus_ohci_exit(struct device *dev) ...@@ -509,7 +509,9 @@ static void zeus_ohci_exit(struct device *dev)
static struct pxaohci_platform_data zeus_ohci_platform_data = { static struct pxaohci_platform_data zeus_ohci_platform_data = {
.port_mode = PMM_NPS_MODE, .port_mode = PMM_NPS_MODE,
.flags = ENABLE_PORT_ALL | POWER_CONTROL_LOW | POWER_SENSE_LOW, /* Clear Power Control Polarity Low and set Power Sense
* Polarity Low. Supply power to USB ports. */
.flags = ENABLE_PORT_ALL | POWER_SENSE_LOW,
.init = zeus_ohci_init, .init = zeus_ohci_init,
.exit = zeus_ohci_exit, .exit = zeus_ohci_exit,
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册