Kim, > + ph = (phandle *) get_property(np, "phy-handle", NULL); get_property() now returns const void *, so there should be no need to cast this - just define ph as a const phandle *. The same applies to the other invocations of get_property in this series. Regards, Jeremy