From aa9141046fd25d5ac4968db1a2e66f99f4a61058 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Mon, 1 Dec 2014 16:15:30 +0000 Subject: oxnas: ehci: rename vendor prefix plxtch to plxtech it was changed in DTS by commit oxnas-target: fix typo in OX820 device-tree Signed-off-by: Daniel Golle SVN-Revision: 43474 --- target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c') diff --git a/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c b/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c index 23c5061ec5..dae5589c50 100644 --- a/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c +++ b/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c @@ -172,8 +172,8 @@ static int ehci_oxnas_drv_probe(struct platform_device *ofdev) oxnas = (struct oxnas_hcd *)hcd_to_ehci(hcd)->priv; - oxnas->use_pllb = of_property_read_bool(np, "plxtch,ehci_use_pllb"); - oxnas->use_phya = of_property_read_bool(np, "plxtch,ehci_use_phya"); + oxnas->use_pllb = of_property_read_bool(np, "plxtech,ehci_use_pllb"); + oxnas->use_phya = of_property_read_bool(np, "plxtech,ehci_use_phya"); oxnas->clk = of_clk_get_by_name(np, "usb"); if (IS_ERR(oxnas->clk)) { @@ -276,7 +276,7 @@ static int ehci_oxnas_drv_remove(struct platform_device *pdev) } static const struct of_device_id oxnas_ehci_dt_ids[] = { - { .compatible = "plxtch,nas782x-ehci" }, + { .compatible = "plxtech,nas782x-ehci" }, { /* sentinel */ } }; -- cgit v1.2.3