MLK-14586: ARM: imx: Fix path to serial port for pm save/restore
authorLeonard Crestez <leonard.crestez@nxp.com>
Wed, 12 Apr 2017 14:05:47 +0000 (17:05 +0300)
committerNitin Garg <nitin.garg@nxp.com>
Mon, 19 Mar 2018 20:21:53 +0000 (15:21 -0500)
commit6933ec445b7daa46fbb65fd4c7417b4c20ecfd2c
treee3ce4a21baf8c35767d38a56123b14268f0f5cba
parent812e7a39267cbb5b4d3d0b932ae5c085d56f5a75
MLK-14586: ARM: imx: Fix path to serial port for pm save/restore

The imx7 sleep code will save and restore UART1 registers on
suspend/resume. It does this by fetching the address base using an
absolute devicetree path. Fix that path in 4.9 where the DTS is closer
to the one in upstream.

Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
arch/arm/mach-imx/pm-imx7.c