On Wed, 2017-04-19 at 15:42 -0400, Brad Bishop wrote: > Enable gpio-keys events for the checkstop and water/air cooled > gpios for use by applications on the Witherspoon system. > > Signed-off-by: Brad Bishop Acked-by: Andrew Jeffery > --- >  arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 20 ++++++++++++++++++++ >  1 file changed, 20 insertions(+) > > diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts > index e3a7b77..750420b 100644 > --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts > +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts > @@ -31,6 +31,26 @@ > >   }; > >   }; >   > > + air-water { > > + compatible = "gpio-keys"; > + > > + air-water { > > + label = "air-water"; > > + gpios = <&gpio ASPEED_GPIO(B, 5) GPIO_ACTIVE_LOW>; > > + linux,code = ; > > + }; > > + }; > + > > + checkstop { > > + compatible = "gpio-keys"; > + > > + checkstop { > > + label = "checkstop"; > > + gpios = <&gpio ASPEED_GPIO(J, 2) GPIO_ACTIVE_LOW>; > > + linux,code = ; > > + }; > > + }; > + > >   leds { > >   compatible = "gpio-leds"; >