common: Move clock functions into a new file
[platform/kernel/u-boot.git] / board / freescale / lx2160a / lx2160a.c
index eff1274..7536153 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <clock_legacy.h>
 #include <dm.h>
 #include <dm/platform_data/serial_pl01x.h>
 #include <i2c.h>
@@ -128,7 +129,7 @@ int board_fix_fdt(void *fdt)
                char *old_str;
                char *new_str;
        } reg_names_map[] = {
-               { "ccsr", "dip" },
+               { "ccsr", "dbi" },
                { "pf_ctrl", "ctrl" }
        };
        int off = -1, i;