]> git.baikalelectronics.ru Git - uboot.git/commit
imx: imx8ulp: Fix MU device probe failure
authorYe Li <ye.li@nxp.com>
Tue, 31 Jan 2023 08:42:12 +0000 (16:42 +0800)
committerStefano Babic <sbabic@denx.de>
Wed, 29 Mar 2023 18:15:41 +0000 (20:15 +0200)
commit1fcfef43ab67ad40d85831a94304aa88b3fc6024
treee20a47507f5aede8589ab3039ef7cf52a9a0fa51
parent8cbea975d6205f62e27f3cddba583f418374ad34
imx: imx8ulp: Fix MU device probe failure

Since latest DTS has added multiple MU nodes, using compatible
string to find the device node is not proper. It finds the first
node with the compatible string matched even the node is disabled.

Signed-off-by: Ye Li <ye.li@nxp.com>
arch/arm/mach-imx/imx8ulp/soc.c