MLK-23948-1 imx8: fdt: directly return when no entry for smmu
authorPeng Fan <peng.fan@nxp.com>
Thu, 7 May 2020 03:00:38 +0000 (11:00 +0800)
committerYe Li <ye.li@nxp.com>
Thu, 29 Apr 2021 10:26:01 +0000 (03:26 -0700)
commit1fac57b91c4b9eb32bdb27ecbb404e6c6c3d40a6
tree60236f4fa2f5365c14b62b8bde34733393b622cb
parent0b24f49be966839d3d28e9b48296a2e32b503e2d
MLK-23948-1 imx8: fdt: directly return when no entry for smmu

break will let the function return -ENOENT, and cause
boot error. Return 0 to fix the issue.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
(cherry picked from commit f619c8509f91c5691376720fba7ce2a0109d7f5c)
(cherry picked from commit 71b6e7a57b1f75125cbf1134b0f8b3b0be342f4a)
arch/arm/mach-imx/imx8/fdt.c