ARM: mxs: Do not search for "fsl,clkctrl"
authorFabio Estevam <festevam@denx.de>
Tue, 5 Dec 2023 14:47:12 +0000 (11:47 -0300)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 03:21:43 +0000 (11:21 +0800)
commitc8705471b94d0d869e2e3ac80c0d960f0215474f
tree6acfc904a0d7e2ae80788d729a370ceea17fe950
parentd99cfab43cbd5206ac3eb79fec0fda817dd8f536
ARM: mxs: Do not search for "fsl,clkctrl"

The "fsl,clkctrl" compatible string is not documented.

It is used only to find the base address of the clock controller.

Instead of searching for an undocumented compatible string, search
for "fsl,imx23-clkctrl" and "fsl,imx28-clkctrl".

Signed-off-by: Fabio Estevam <festevam@denx.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/mach-mxs/mach-mxs.c