commit | f7c9bac60e9a7ba495a55fc74d8f3e079da82acd | [log] [tgz] |
---|---|---|
author | Ye Li <ye.li@nxp.com> | Tue Dec 03 23:42:47 2024 +0800 |
committer | Fabio Estevam <festevam@gmail.com> | Sat Dec 07 09:07:04 2024 -0300 |
tree | 459a898e30f930c879a1e3797af66250355b1eb6 | |
parent | 173555f76d53caef2f0264cedb2643f1977d3466 [diff] |
imx93: Update 9x9 part fuses checking According to iMX93 fuse burn plan, all 9x9 parts will have USB2, ENET1 (FEC), LVDS1, CSI1 and DSI1 disabled. The codes missed ENET1 fuse when detecting 9x9. Although it still can detect 9x9 correctly, we add the ENET1 fuse to the check to be more accurate. Fixes: 58da865e27f ("imx9: add i.MX93 variants support") Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> Signed-off-by: Peng Fan <peng.fan@nxp.com>