Searched refs:ehci_off (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/arch/mips/generic/ |
H A D | board-sead3.c | 53 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; in remove_gic() local 130 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci"); in remove_gic() 131 if (ehci_off < 0) { in remove_gic() 132 pr_err("unable to find EHCI DT node: %d\n", ehci_off); in remove_gic() 133 return ehci_off; in remove_gic() 136 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle); in remove_gic() 142 err = fdt_setprop_u32(fdt, ehci_off, "interrupts", cpu_ehci_int); in remove_gic()
|