ARM: imx: imx8m: Do not warn about cpu-idle-states if missing
authorMarek Vasut <marex@denx.de>
Fri, 24 Apr 2020 19:37:33 +0000 (21:37 +0200)
committerStefano Babic <sbabic@denx.de>
Fri, 1 May 2020 11:46:22 +0000 (13:46 +0200)
commitdabaabd3f17cfcd7f13569ca4fb8b543c08ba30c
treedc14e66de826a461eebdc9ce30329ff19be43afc
parent87372fed19e48d08c2847c95f04a16a4ed888e61
ARM: imx: imx8m: Do not warn about cpu-idle-states if missing

If the cpu-idle-states is missing from the DT in the first place, do
not fail on removing in. Just move on and do not even print an error,
since not being able to remove something which is not there in the
first place is not an error and surely does not justify failing to
boot.

Turn the surrounding prints into debugs to reduce the useless noise.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Frieder Schrempf <frieder.schrempf@kontron.de>
Cc: Fabio Estevam <festevam@gmail.com>
Cc: Peng Fan <peng.fan@nxp.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
arch/arm/mach-imx/imx8m/soc.c