MLK-19308 mx7d_lpddr3_arm2: Fix plugin boot failed issue
authorYe Li <ye.li@nxp.com>
Thu, 23 Aug 2018 05:04:22 +0000 (22:04 -0700)
committerYe Li <ye.li@nxp.com>
Fri, 24 May 2019 11:28:55 +0000 (04:28 -0700)
commit6da4adaf0cd9a36503ec2686435de30c6e0af7bf
tree38a8c2e6a859a98e877327cb7ec46a3c95bc4ba9
parent82fc6041be6934c4cb9cdf0af7c7b46370742edf
MLK-19308 mx7d_lpddr3_arm2: Fix plugin boot failed issue

The QOS relevant registers are not defined in register header file.
When building plugin, these addresses are set to 0 and cause plugin
failed.

Move the QOS registers definitions from set_epdc_qos to register
header file to fix the issue.

Signed-off-by: Ye Li <ye.li@nxp.com>
(cherry picked from commit 11b519b7805d1467cb4c35a5fa96f38da7d78497)
arch/arm/include/asm/arch-mx7/imx-regs.h
arch/arm/mach-imx/mx7/soc.c