Message ID | 1436942555-4851-1-git-send-email-horms+renesas@verge.net.au (mailing list archive) |
---|---|
State | Accepted |
Commit | 4055a722d260ca30610fc52238d0aa49ff5bffa9 |
Delegated to: | Simon Horman |
Headers | show |
Hi Simon, On Wed, Jul 15, 2015 at 3:42 PM, Simon Horman <horms+renesas@verge.net.au> wrote: > This is selected by MACH_MARZEN which is enabled in shmobile_defconfig, > however, MACH_MARZEN is going away along with the board code it enables. > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Thanks for dealing with this, looking good! Cheers, / magnus -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Jul 15, 2015 at 03:47:59PM +0900, Magnus Damm wrote: > Hi Simon, > > On Wed, Jul 15, 2015 at 3:42 PM, Simon Horman > <horms+renesas@verge.net.au> wrote: > > This is selected by MACH_MARZEN which is enabled in shmobile_defconfig, > > however, MACH_MARZEN is going away along with the board code it enables. > > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> > > Thanks for dealing with this, looking good! Thanks, I will shuffle things a bit so this is queued up before the patch that removes the marzen-reference board code and MACH_MARZEN. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Wed, Jul 15, 2015 at 8:42 AM, Simon Horman <horms+renesas@verge.net.au> wrote: > This is selected by MACH_MARZEN which is enabled in shmobile_defconfig, > however, MACH_MARZEN is going away along with the board code it enables. > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au> Acked-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 38f0da00114e..fc15a19bfaf0 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -120,6 +120,7 @@ CONFIG_WATCHDOG=y CONFIG_DA9063_WATCHDOG=y CONFIG_MFD_AS3711=y CONFIG_MFD_DA9063=y +CONFIG_REGULATOR_FIXED_VOLTAGE=y CONFIG_REGULATOR_AS3711=y CONFIG_REGULATOR_DA9210=y CONFIG_REGULATOR_GPIO=y
This is selected by MACH_MARZEN which is enabled in shmobile_defconfig, however, MACH_MARZEN is going away along with the board code it enables. Signed-off-by: Simon Horman <horms+renesas@verge.net.au> --- Tested on top of renesas-next-20150715-v4.2-rc1 This patch is intended to be queued up before the patch that removes MACH_MARZEN, thus the wording above. --- arch/arm/configs/shmobile_defconfig | 1 + 1 file changed, 1 insertion(+)