pinctrl: imx8m: move soc info to data section
authorPeng Fan <peng.fan@nxp.com>
Sat, 30 May 2020 08:39:14 +0000 (16:39 +0800)
committerPeng Fan <peng.fan@nxp.com>
Tue, 14 Jul 2020 07:23:46 +0000 (15:23 +0800)
commit4b8c6030daa982775c03de26d8cd24310961b618
tree9b3b8c33f58baf2b8f7115a3a3c1720ab573c052
parent58db844fc87749db08224fd536d5b95453f8b456
pinctrl: imx8m: move soc info to data section

The soc info without initialization value should be put into
data section. The driver could be used before relocation,
with it in BSS section could cause issue, since BSS section
is not initializated and it might overwrite other areas that
used by others, such as dtb.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/pinctrl/nxp/pinctrl-imx8m.c