From 9e44a61afa422546196fcbf6b04ab84818653066 Mon Sep 17 00:00:00 2001 From: Stefan Agner Date: Tue, 11 Aug 2015 09:57:03 +0200 Subject: colibri_vf: fix DDR property fixup Set DDR property fixup also in (future) version 2.x revisions. --- board/toradex/colibri_vf/colibri_vf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/toradex/colibri_vf/colibri_vf.c b/board/toradex/colibri_vf/colibri_vf.c index cbbba0fa55..89b89dae37 100644 --- a/board/toradex/colibri_vf/colibri_vf.c +++ b/board/toradex/colibri_vf/colibri_vf.c @@ -509,7 +509,7 @@ int ft_board_setup(void *blob, bd_t *bd) * Colibri VFxx modules V1.2 and later have pull-up/down which allows * to put the DDR3 memory into self-refresh mode. */ - if (trdx_hw_tag.ver_major >= 1 && trdx_hw_tag.ver_minor >= 2) + if (trdx_hw_tag.ver_major > 1 || trdx_hw_tag.ver_minor >= 2) do_fixup_by_compat(blob, "fsl,vf610-ddrmc", "fsl,has-cke-reset-pulls", NULL, 0, 1); #endif -- cgit v1.2.3