oxnas: ehci: rename vendor prefix plxtch to plxtech
authorJohn Crispin <john@openwrt.org>
Mon, 1 Dec 2014 16:15:30 +0000 (16:15 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 1 Dec 2014 16:15:30 +0000 (16:15 +0000)
it was changed in DTS by commit
oxnas-target: fix typo in OX820 device-tree

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 43474

target/linux/oxnas/files/arch/arm/boot/dts/ox820.dtsi
target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c

index 0a643a4e81054d547b201047f20db60866eeabe8..77efd43157ba1bfcba5943c55137778f8dc90920 100644 (file)
                /* Otherwise ref300 is used, which is derived from sata phy
                 * in that case, usb depends on sata initialization */
                /* FIXME: how to make this dependency explicit ? */
-               plxtch,ehci_use_pllb;
+               plxtech,ehci_use_pllb;
                status = "disabled";
        };
 };
index 23c5061ec57b182378e5971114a30d46d90d45f4..dae5589c5017741c702429386e0e17e8741b0b31 100644 (file)
@@ -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 */ }
 };