Register imx6_fixup_cpus() for MX6Q+ as well as for MX6Q and MX6DL.

Signed-off-by: Andrey Smirnov <[email protected]>
---
 arch/arm/mach-imx/imx6.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/arch/arm/mach-imx/imx6.c b/arch/arm/mach-imx/imx6.c
index 101a2f6..809584e 100644
--- a/arch/arm/mach-imx/imx6.c
+++ b/arch/arm/mach-imx/imx6.c
@@ -255,7 +255,8 @@ static int imx6_fixup_cpus(struct device_node *root, void 
*context)
 
 static int imx6_fixup_cpus_register(void)
 {
-       if (!of_machine_is_compatible("fsl,imx6q") &&
+       if (!of_machine_is_compatible("fsl,imx6qp") &&
+           !of_machine_is_compatible("fsl,imx6q")  &&
            !of_machine_is_compatible("fsl,imx6dl"))
                return 0;
 
-- 
2.5.5


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to