K 10 svn:author V 3 imp K 8 svn:date V 27 2015-06-20T04:48:53.111881Z K 7 svn:log V 371 Use ofw_bus_find_child_device_by_phandle to see if the child we're adding already exists and if so just return that. The typical use case is from identify routines, which shouldn't be adding multiple copies of the same phandle_t to the gpiobus. Only one per phandle_t is needed (or expected by the current code). Differential Revision: https://reviews.freebsd.org/D2871 END