diff mbox series

[U-Boot] board: fsl: lx2160a: Fix the typo in board_fix_fdt

Message ID 20191120143422.28215-1-pankaj.bansal@nxp.com
State Accepted
Commit 9977ebd26863bd88aa0cd34f9af8ac27cd3ad724
Delegated to: Priyanka Jain
Headers show
Series [U-Boot] board: fsl: lx2160a: Fix the typo in board_fix_fdt | expand

Commit Message

Pankaj Bansal Nov. 20, 2019, 9:12 a.m. UTC
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@nxp.com>
---
 board/freescale/lx2160a/lx2160a.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Priyanka Jain Nov. 21, 2019, 5:34 a.m. UTC | #1
>-----Original Message-----
>From: Pankaj Bansal <pankaj.bansal@nxp.com>
>Sent: Wednesday, November 20, 2019 2:43 PM
>To: Priyanka Jain <priyanka.jain@nxp.com>; Xiaowei Bao
><xiaowei.bao@nxp.com>; Z.q. Hou <zhiqiang.hou@nxp.com>
>Cc: u-boot@lists.denx.de; Pankaj Bansal <pankaj.bansal@nxp.com>
>Subject: [PATCH] board: fsl: lx2160a: Fix the typo in board_fix_fdt
>
>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@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
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Priyanka Jain Dec. 2, 2019, 6:34 a.m. UTC | #2
>-----Original Message-----
>From: Pankaj Bansal <pankaj.bansal@nxp.com>
>Sent: Wednesday, November 20, 2019 2:43 PM
>To: Priyanka Jain <priyanka.jain@nxp.com>; Xiaowei Bao
><xiaowei.bao@nxp.com>; Z.q. Hou <zhiqiang.hou@nxp.com>
>Cc: u-boot@lists.denx.de; Pankaj Bansal <pankaj.bansal@nxp.com>
>Subject: [PATCH] board: fsl: lx2160a: Fix the typo in board_fix_fdt
>
>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@nxp.com>
>---
<snip>
applied to fsl-qoriq master, awaiting upstream.

Thanks
priyankajain
diff mbox series

Patch

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;