[PATCH linux dev-4.7 2/2] ARM: dts: Enable checkstop and cooling gpio keys
Andrew Jeffery
andrew at aj.id.au
Wed Apr 12 14:17:14 AEST 2017
Cc'ing the list as it got sent privately.
On Wed, 2017-04-12 at 13:43 +0930, Andrew Jeffery wrote:
> On Tue, 2017-04-11 at 21:45 -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 <bradleyb at fuzziesquirrel.com>
> >
> > ---
> > arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts | 17
> > +++++++++++++++++
> > 1 file changed, 17 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..dbf64f5 100644
> > --- a/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> > +++ b/arch/arm/boot/dts/aspeed-bmc-opp-witherspoon.dts
> > @@ -2,6 +2,7 @@
> >
> > #include "aspeed-g5.dtsi"
> > #include <dt-bindings/gpio/aspeed-gpio.h>
> > +#include <dt-bindings/input/input.h>
> >
> > / {
> > > model = "Witherspoon BMC";
> >
> > @@ -31,6 +32,22 @@
> > > };
> > > };
> >
> >
> > > + gpio-keys {
> > > + compatible = "gpio-keys";
> >
> > +
> > > + air-water {
> > > + label = "air-water";
> > > + gpios = <&gpio ASPEED_GPIO(B, 5)
> > > GPIO_ACTIVE_LOW>;
> >
> > + linux,code = <KEY_1>;
>
> What do you think of the idea of using the GPIO index instead of
> linearly assigning keycodes as needed? So:
>
> linux,code = <ASPEED_GPIO(B, 5)>;
>
> That way at least the assignment isn't completely arbitrary.
>
> Andrew
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: This is a digitally signed message part
URL: <http://lists.ozlabs.org/pipermail/openbmc/attachments/20170412/5eab4c0f/attachment.sig>
More information about the openbmc
mailing list