Author: blogic Date: 2014-12-01 17:15:30 +0100 (Mon, 01 Dec 2014) New Revision: 43474
Modified: trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820.dtsi trunk/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c Log: 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 <[email protected]> Modified: trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820.dtsi =================================================================== --- trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820.dtsi 2014-12-01 16:15:20 UTC (rev 43473) +++ trunk/target/linux/oxnas/files/arch/arm/boot/dts/ox820.dtsi 2014-12-01 16:15:30 UTC (rev 43474) @@ -336,7 +336,7 @@ /* 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"; }; }; Modified: trunk/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c =================================================================== --- trunk/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c 2014-12-01 16:15:20 UTC (rev 43473) +++ trunk/target/linux/oxnas/files/drivers/usb/host/ehci-oxnas.c 2014-12-01 16:15:30 UTC (rev 43474) @@ -172,8 +172,8 @@ 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 const struct of_device_id oxnas_ehci_dt_ids[] = { - { .compatible = "plxtch,nas782x-ehci" }, + { .compatible = "plxtech,nas782x-ehci" }, { /* sentinel */ } }; _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
