/* 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";
};
};
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)) {
}
static const struct of_device_id oxnas_ehci_dt_ids[] = {
- { .compatible = "plxtch,nas782x-ehci" },
+ { .compatible = "plxtech,nas782x-ehci" },
{ /* sentinel */ }
};