diff mbox

ARM: omap2plus_defconfig: Enable misc options for BeagleBoard-X15 platform

Message ID 1420751680-21230-1-git-send-email-nm@ti.com (mailing list archive)
State New, archived
Headers show

Commit Message

Nishanth Menon Jan. 8, 2015, 9:14 p.m. UTC
BeagleBoard-X15 has options such as rtc, fan that need to be functional

Signed-off-by: Nishanth Menon <nm@ti.com>
---

Applies on
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
branch:
omap-for-v3.20/defconfig  4af41284e83c ARM: omap2plus_defconfig: enable TPS65218 power button

 erch/arm/configs/omap2plus_defconfig |    5 +++++
 1 file changed, 5 insertions(+)

Comments

Felipe Balbi Jan. 8, 2015, 9:25 p.m. UTC | #1
Hi,

On Thu, Jan 08, 2015 at 03:14:40PM -0600, Nishanth Menon wrote:
> @@ -205,6 +206,7 @@ CONFIG_PINCTRL_SINGLE=y
>  CONFIG_DEBUG_GPIO=y
>  CONFIG_GPIO_SYSFS=y
>  CONFIG_GPIO_TWL4030=y
> +CONFIG_GPIO_PALMAS=y

other than the power button, do you have anything else attached to a
palmas GPIO ? We might not need this for boot.
Nishanth Menon Jan. 8, 2015, 9:49 p.m. UTC | #2
On Thu, Jan 8, 2015 at 3:25 PM, Felipe Balbi <balbi@ti.com> wrote:
> Hi,
>
> On Thu, Jan 08, 2015 at 03:14:40PM -0600, Nishanth Menon wrote:
>> @@ -205,6 +206,7 @@ CONFIG_PINCTRL_SINGLE=y
>>  CONFIG_DEBUG_GPIO=y
>>  CONFIG_GPIO_SYSFS=y
>>  CONFIG_GPIO_TWL4030=y
>> +CONFIG_GPIO_PALMAS=y
>
> other than the power button, do you have anything else attached to a
> palmas GPIO ? We might not need this for boot.
we dont, but setting it to 'm'
"warning: symbol value 'm' invalid for GPIO_PALMAS"

Regards,
Nishanth Menon
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Felipe Balbi Jan. 8, 2015, 9:58 p.m. UTC | #3
hi,

On Thu, Jan 08, 2015 at 03:49:11PM -0600, Nishanth Menon wrote:
> On Thu, Jan 8, 2015 at 3:25 PM, Felipe Balbi <balbi@ti.com> wrote:
> > Hi,
> >
> > On Thu, Jan 08, 2015 at 03:14:40PM -0600, Nishanth Menon wrote:
> >> @@ -205,6 +206,7 @@ CONFIG_PINCTRL_SINGLE=y
> >>  CONFIG_DEBUG_GPIO=y
> >>  CONFIG_GPIO_SYSFS=y
> >>  CONFIG_GPIO_TWL4030=y
> >> +CONFIG_GPIO_PALMAS=y
> >
> > other than the power button, do you have anything else attached to a
> > palmas GPIO ? We might not need this for boot.
> we dont, but setting it to 'm'
> "warning: symbol value 'm' invalid for GPIO_PALMAS"

alright, should've checked. Guess we will need to patch that up at some
point.

cheers
Felipe Balbi Jan. 8, 2015, 9:59 p.m. UTC | #4
On Thu, Jan 08, 2015 at 03:14:40PM -0600, Nishanth Menon wrote:
> BeagleBoard-X15 has options such as rtc, fan that need to be functional
> 
> Signed-off-by: Nishanth Menon <nm@ti.com>

Reviewed-by: Felipe Balbi <balbi@ti.com>

> ---
> 
> Applies on
> git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
> branch:
> omap-for-v3.20/defconfig  4af41284e83c ARM: omap2plus_defconfig: enable TPS65218 power button
> 
>  erch/arm/configs/omap2plus_defconfig |    5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index b5ccb36c599b..3435e6043710 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -184,6 +184,7 @@ CONFIG_TOUCHSCREEN_TSC2007=m
>  CONFIG_INPUT_MISC=y
>  CONFIG_INPUT_TPS65218_PWRBUTTON=m
>  CONFIG_INPUT_TWL4030_PWRBUTTON=m
> +CONFIG_INPUT_PALMAS_PWRBUTTON=m
>  CONFIG_SERIO=m
>  # CONFIG_LEGACY_PTYS is not set
>  CONFIG_SERIAL_8250=y
> @@ -205,6 +206,7 @@ CONFIG_PINCTRL_SINGLE=y
>  CONFIG_DEBUG_GPIO=y
>  CONFIG_GPIO_SYSFS=y
>  CONFIG_GPIO_TWL4030=y
> +CONFIG_GPIO_PALMAS=y
>  CONFIG_W1=m
>  CONFIG_HDQ_MASTER_OMAP=m
>  CONFIG_BATTERY_BQ27x00=m
> @@ -216,6 +218,7 @@ CONFIG_CHARGER_BQ24735=m
>  CONFIG_POWER_RESET=y
>  CONFIG_POWER_AVS=y
>  CONFIG_HWMON=m
> +CONFIG_SENSORS_GPIO_FAN=m
>  CONFIG_SENSORS_LM75=m
>  CONFIG_SENSORS_TMP102=m
>  CONFIG_THERMAL=m
> @@ -346,6 +349,8 @@ CONFIG_LEDS_TRIGGER_CPU=y
>  CONFIG_LEDS_TRIGGER_GPIO=m
>  CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
>  CONFIG_RTC_CLASS=y
> +CONFIG_RTC_DRV_DS1307=m
> +CONFIG_RTC_DRV_PALMAS=m
>  CONFIG_RTC_DRV_TWL92330=y
>  CONFIG_RTC_DRV_TWL4030=m
>  CONFIG_RTC_DRV_OMAP=m
> -- 
> 1.7.9.5
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
Tony Lindgren Jan. 20, 2015, 5:45 p.m. UTC | #5
* Felipe Balbi <balbi@ti.com> [150108 14:03]:
> On Thu, Jan 08, 2015 at 03:14:40PM -0600, Nishanth Menon wrote:
> > BeagleBoard-X15 has options such as rtc, fan that need to be functional
> > 
> > Signed-off-by: Nishanth Menon <nm@ti.com>
> 
> Reviewed-by: Felipe Balbi <balbi@ti.com>

Applying into omap-for-v3.20/defconfig thanks.

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index b5ccb36c599b..3435e6043710 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -184,6 +184,7 @@  CONFIG_TOUCHSCREEN_TSC2007=m
 CONFIG_INPUT_MISC=y
 CONFIG_INPUT_TPS65218_PWRBUTTON=m
 CONFIG_INPUT_TWL4030_PWRBUTTON=m
+CONFIG_INPUT_PALMAS_PWRBUTTON=m
 CONFIG_SERIO=m
 # CONFIG_LEGACY_PTYS is not set
 CONFIG_SERIAL_8250=y
@@ -205,6 +206,7 @@  CONFIG_PINCTRL_SINGLE=y
 CONFIG_DEBUG_GPIO=y
 CONFIG_GPIO_SYSFS=y
 CONFIG_GPIO_TWL4030=y
+CONFIG_GPIO_PALMAS=y
 CONFIG_W1=m
 CONFIG_HDQ_MASTER_OMAP=m
 CONFIG_BATTERY_BQ27x00=m
@@ -216,6 +218,7 @@  CONFIG_CHARGER_BQ24735=m
 CONFIG_POWER_RESET=y
 CONFIG_POWER_AVS=y
 CONFIG_HWMON=m
+CONFIG_SENSORS_GPIO_FAN=m
 CONFIG_SENSORS_LM75=m
 CONFIG_SENSORS_TMP102=m
 CONFIG_THERMAL=m
@@ -346,6 +349,8 @@  CONFIG_LEDS_TRIGGER_CPU=y
 CONFIG_LEDS_TRIGGER_GPIO=m
 CONFIG_LEDS_TRIGGER_DEFAULT_ON=m
 CONFIG_RTC_CLASS=y
+CONFIG_RTC_DRV_DS1307=m
+CONFIG_RTC_DRV_PALMAS=m
 CONFIG_RTC_DRV_TWL92330=y
 CONFIG_RTC_DRV_TWL4030=m
 CONFIG_RTC_DRV_OMAP=m