Message ID | 20160920121521.GA32519@localhost.localdomain (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
* Ladislav Michl <ladis@linux-mips.org> [160920 05:15]: > On Mon, Sep 19, 2016 at 04:08:26PM -0700, Tony Lindgren wrote: > > * Pau Pajuel <ppajuel@gmail.com> [160919 01:13]: > > > Hello Tony, > > > > > > 2016-09-14 3:26 GMT+02:00 Javier Martinez Canillas <javier@osg.samsung.com>: > > > > Hello Tony, > > > > > > > > On 09/09/2016 05:07 PM, Tony Lindgren wrote: > > > >> Add power button support for igepv5. > > > >> > > > >> Cc: Agustí Fontquerni i Gorchs <afontquerni@iseebcn.com> > > > >> Cc: Enric Balletbo Serra <eballetbo@gmail.com> > > > >> Cc: Javier Martinez Canillas <javier@osg.samsung.com> > > > >> Cc: Pau Pajuel <ppajuel@gmail.com> > > > >> Signed-off-by: Tony Lindgren <tony@atomide.com> > > > >> --- > > > > > > > > I don't have a schematics for this board, but the patch looks good to me. > > > Patch has an errata. Power button is GPIO_ACTIVE_LOW instead GPIO_ACTIVE_HIGH. > > > > Oops sorry about that, here's an incremental fix. > > And here's another nitpick ;-) Heh OK thanks, applying both into omap-for-v4.9/dt-v2. Regards, 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 --git a/arch/arm/boot/dts/omap5-igep0050.dts b/arch/arm/boot/dts/omap5-igep0050.dts index 139c8f7..44be08a 100644 --- a/arch/arm/boot/dts/omap5-igep0050.dts +++ b/arch/arm/boot/dts/omap5-igep0050.dts @@ -20,7 +20,7 @@ }; gpio_keys { - compatible = "gpio-keys"; + compatible = "gpio-keys"; pinctrl-0 = <&power_button_pin>; pinctrl-names = "default";