Commits
Ye Li committed 3fd51d7a1f8
MLK-24068 pinctrl: nxp: Move driver data to DATA section iMX7 and iMX8M pinctrl drivers uses a uninitilized global variable for driver data. This variable will put to BSS section by compiler. When the driver is called before u-boot relocation, writting to the variable will cause u-boot DTB corrupted since the BSS section is not initialized that time. Signed-off-by: Ye Li <ye.li@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com> (cherry picked from commit 3a272228c14da17b8a353ef0d50d1b7f41060ca1)