Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308343
b: refs/heads/master
c: 071dea5
h: refs/heads/master
i:
  308341: 0645b84
  308339: f47e758
  308335: 64d4f15
v: v3
  • Loading branch information
Richard Zhao authored and Shawn Guo committed May 11, 2012
1 parent 104a4ed commit 56ca741
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f07439c43252c3c2e669a5ee3762f4559179828d
refs/heads/master: 071dea508f72e879041bd68b56aad41befb2dd45
9 changes: 7 additions & 2 deletions trunk/arch/arm/mach-imx/mach-imx6q.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,16 @@ static int ksz9021rn_phy_fixup(struct phy_device *phydev)
return 0;
}

static void __init imx6q_sabrelite_init(void)
{
phy_register_fixup_for_uid(PHY_ID_KSZ9021, MICREL_PHY_ID_MASK,
ksz9021rn_phy_fixup);
}

static void __init imx6q_init_machine(void)
{
if (of_machine_is_compatible("fsl,imx6q-sabrelite"))
phy_register_fixup_for_uid(PHY_ID_KSZ9021, MICREL_PHY_ID_MASK,
ksz9021rn_phy_fixup);
imx6q_sabrelite_init();

of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);

Expand Down

0 comments on commit 56ca741

Please sign in to comment.