Searched refs:ehci_off (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/mips/generic/
H A Dboard-sead3.c53 int gic_off, cpu_off, uart_off, eth_off, ehci_off, err; local
130 ehci_off = fdt_node_offset_by_compatible(fdt, -1, "generic-ehci");
131 if (ehci_off < 0) {
132 pr_err("unable to find EHCI DT node: %d\n", ehci_off);
133 return ehci_off;
136 err = fdt_setprop_u32(fdt, ehci_off, "interrupt-parent", cpu_phandle);
142 err = fdt_setprop_u32(fdt, ehci_off, "interrupts", cpu_ehci_int);

Completed in 124 milliseconds