Function arch::fdt::update_device_nodes

source ·
fn update_device_nodes(
    node_path: Path,
    fdt: &mut Fdt,
    resources: &PlatformBusResources,
    phandles: &BTreeMap<&str, u32>
) -> Result<()>