MLK-23967 imx8: scu_api: Sync sc_rm_is_pad_owned API change
SCFW has fixed a overflow issue in sc_rm_is_pad_owned API. This
requires u-boot to update API implementation, since it will cause
compatible issue. Otherwise all pad checking will have problem and
cause pad setting not continue.
Due to the compatible issue, the new u-boot only works with new
SCFW (API version: 1.21).
old scfw + old u-boot: API overflow issue
old scfw + new u-boot, or new scfw + old u-boot: API compatible issue
new scfw + new u-boot: Working
Signed-off-by: Ye Li <ye.li@nxp.com>
Reviewed-by : Jason Liu <Jason.hui.liu@nxp.com>
(cherry picked from commit
e84fb02056fe50146856320b96de909dad4c0058)
(cherry picked from commit
63c9e1b0b2a7f45b76d95624503bed377a3dd226)