commit | 2ec75c5bd6fabd73c06f3cf2524a1bdbb73e0198 | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Jan 31 16:42:12 2023 +0800 |
committer | Stefano Babic <sbabic@denx.de> | Wed Mar 29 20:15:41 2023 +0200 |
tree | e20a47507f5aede8589ab3039ef7cf52a9a0fa51 | |
parent | 725aa8f79fac524d949bd19a4e32fdd3523342ec [diff] |
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>