Hi Heiko, On Wed, Jan 8, 2020 at 8:45 AM Heiko Schocher <[email protected]> wrote:
> On my board is_mx6dl() is true! but it is a revision D1 ... ? > It has definitely a pmic@0x08 I think we need to import the imx6dl-wandboard-d1.dts from kernel to U-Boot and fix the board_fit_config_name_match() logic to take the imx6dl-wandboard-d1 into account. We will need to use is_revd1() inside board_fit_config_name_match() to fix the detection logic. Could you try that? Thanks

