[U-Boot] [PATCH] board: fsl: lx2160a: Fix the typo in board_fix_fdt
Pankaj Bansal
pankaj.bansal at nxp.com
Wed Nov 20 09:12:47 UTC 2019
Fix a typo that caused incorrect reg-name for pcie node in lx2160a rev2.
Fixes: 5d535aa40b ("board: fsl: lx2160a: implement board_fix_fdt")
Signed-off-by: Pankaj Bansal <pankaj.bansal at nxp.com>
---
board/freescale/lx2160a/lx2160a.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/freescale/lx2160a/lx2160a.c b/board/freescale/lx2160a/lx2160a.c
index eff12747b4..e5b7fec9a4 100644
--- a/board/freescale/lx2160a/lx2160a.c
+++ b/board/freescale/lx2160a/lx2160a.c
@@ -128,7 +128,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;
--
2.17.1
More information about the U-Boot
mailing list