From da4d81453cf1eedfcd8b2cd1e7bfab230084bd87 Mon Sep 17 00:00:00 2001 From: Tony Lindgren Date: Mon, 20 Apr 2015 10:36:31 -0700 Subject: [PATCH] ARM: OMAP2+: Fix booting with configs that don't have MFD_SYSCON With the recent changes omaps have developed a dependency to MFD_SYSCON. This is used for system control module generic register area and some clocks. We do have it selected in omap2plus_defconfig, but targeted config files may not have it selected. Let's make sure it's selected like few other ARM platforms are already doing. Reported-by: Russell King Signed-off-by: Tony Lindgren --- Reading git-format-patch failed