soc/fsl/qbman: Update device tree with reserved memory
authorRoy Pledge <roy.pledge@nxp.com>
Thu, 1 Aug 2019 20:17:05 +0000 (20:17 +0000)
committerLi Yang <leoyang.li@nxp.com>
Thu, 15 Aug 2019 21:42:00 +0000 (16:42 -0500)
commit6ea4c0fe457094a62572a0b7ed781456a45b9a0d
treea133acddb441d61becaa96205170abaeae06c54e
parente844168a8f4a7de471059de3c4d60e4e770331e1
soc/fsl/qbman: Update device tree with reserved memory

When using the reserved memory node in the device tree there are
two options - dynamic or static. If a dynamic allocation was
selected (where the kernel selects the address for the allocation)
convert it to a static allocation by inserting the reg property.
This will ensure the same memory is reused after a kexec()

Signed-off-by: Roy Pledge <roy.pledge@nxp.com>
Signed-off-by: Li Yang <leoyang.li@nxp.com>
drivers/soc/fsl/qbman/dpaa_sys.c