MLK-21759-1 mx6ul: Fix module fuse paths for upstream naming
authorLeonard Crestez <leonard.crestez@nxp.com>
Fri, 17 May 2019 11:40:58 +0000 (14:40 +0300)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 11:29:14 +0000 (04:29 -0700)
commitae66409e030d559cf916176c05e9f24f5d77a47d
treeb63001d91720866fe01b102cfcf662e48e16d8ef
parent2156c70c5677a08549967cda65d03dc0d7df2d48
MLK-21759-1 mx6ul: Fix module fuse paths for upstream naming

According to upstream linux naming conventions node names must have no
leading zeros after the @ sign.

Recent imx_4.19.y changes to conform with this convention on 6ull broke
6ulz boot however looking at the code 6ul fuse checks were already
broken by upstream commit efb9adb27475 ("ARM: dts: imx6ul: Remove
leading zeroes from unit addresses")

Instead of reverting make uboot fuse check follow upstream standards.

Keep old paths for compatibility with imx_4.14.y

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Reviewed-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 4b6287ce9275d2ffc6153188a9f2b656def539be)
arch/arm/mach-imx/mx6/module_fuse.c