board: ls1088a: fix fsl-mc search path
[oweals/u-boot.git] / board / freescale / ls1088a / ls1088a.c
index 59eed5b369227677f83d92011216ae8168d8091c..6d11a134dc9dd863889b81488976045a38ea1dee 100644 (file)
@@ -655,7 +655,7 @@ void fdt_fixup_board_enet(void *fdt)
        offset = fdt_path_offset(fdt, "/fsl-mc");
 
        if (offset < 0)
-               offset = fdt_path_offset(fdt, "/fsl,dprc@0");
+               offset = fdt_path_offset(fdt, "/soc/fsl-mc");
 
        if (offset < 0) {
                printf("%s: ERROR: fsl-mc node not found in device tree (error %d)\n",