On Fri, Feb 21, 2014 at 06:31:28AM +0000, Alistair Popple wrote: > The IBM PPC476GTR SoC that is used on the Akebono board uses a > different ethernet PHY interface that has wake on lan (WOL) support > with the IBM emac. This patch adds support to the IBM emac driver for > this new PHY interface. > > At this stage the wake on lan functionality has not been implemented. > > Signed-off-by: Alistair Popple <[email protected]> > Acked-by: Benjamin Herrenschmidt <[email protected]> > Cc: "David S. Miller" <[email protected]> > ---
[...] > + /* Check for RGMII flags */ > + if (of_get_property(ofdev->dev.of_node, "has-mdio", NULL)) > + dev->flags |= EMAC_RGMII_FLAG_HAS_MDIO; You can use of_property_read_bool here. Cheers, Mark. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

