add support for OMAP4 based boards, starting with the PandaBoard
[openwrt/staging/wigyori.git] / target / linux / omap4 / patches / 001-omap4_pandaboard-wlan_fix.patch
1 diff --git a/arch/arm/mach-omap2/twl-common.c b/arch/arm/mach-omap2/twl-common.c
2 index daa056e..fe03b09 100644
3 --- a/arch/arm/mach-omap2/twl-common.c
4 +++ b/arch/arm/mach-omap2/twl-common.c
5 @@ -261,6 +261,7 @@ static struct regulator_init_data omap4_vusb_idata = {
6 static struct regulator_init_data omap4_clk32kg_idata = {
7 .constraints = {
8 .valid_ops_mask = REGULATOR_CHANGE_STATUS,
9 + .always_on = true,
10 },
11 };
12