ARM: imx: Use correct SRC base address
authorRobert Karszniewicz <r.karszniewicz@phytec.de>
Fri, 20 Nov 2020 17:51:24 +0000 (18:51 +0100)
committerShawn Guo <shawnguo@kernel.org>
Tue, 1 Dec 2020 00:09:01 +0000 (08:09 +0800)
commit70e734fed740939704d1b3b76d6f2e6909698586
treef908550d90f5ee5df08d94e1b8576748a28c6e83
parent33d0d843872c5ddbe28457a92fc6f2487315fb9f
ARM: imx: Use correct SRC base address

Commit 4a4fb66119eb ("ARM: imx: Add missing of_node_put()") accidentally
forgot to rename a variable, which caused the wrong address to be used
and, in our case, the ULL getting falsely identified as ULZ.

Fixes: 4a4fb66119eb ("ARM: imx: Add missing of_node_put()")
Signed-off-by: Robert Karszniewicz <r.karszniewicz@phytec.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-imx/anatop.c