firmware: scmi: use PAGE_SIZE alignment for ARM64
authorPeng Fan <peng.fan@nxp.com>
Fri, 26 Sep 2025 16:06:18 +0000 (00:06 +0800)
committerTom Rini <trini@konsulko.com>
Thu, 9 Oct 2025 20:16:11 +0000 (14:16 -0600)
commitb2ae10970d40a26e955d6f763cda77948d8b4f7e
treec14678fbfbd105dc82bfae574a5e571ac5440598
parenteb7469eb1a32a02d024da254d34912c3fe741c7f
firmware: scmi: use PAGE_SIZE alignment for ARM64

For ARMv7, the alignment could be SECTION size. But for ARM64, use
PAGE_SIZE.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
drivers/firmware/scmi/smt.c