Re: [PATCH] dts: cubox: Map gpio-keys and pps-gpio to gpio3 8

2015-03-16 Thread George Joseph
On Mon, Mar 16, 2015 at 2:50 PM, Russell King - ARM Linux wrote: > On Mon, Mar 16, 2015 at 02:36:41PM -0600, George Joseph wrote: >> The Cubox has a recessed button between the HDMI and RJ-45 connectors >> that wasn't mapped in the device tree. Since the button is normally >> open and there's no

Re: [PATCH] dts: cubox: Map gpio-keys and pps-gpio to gpio3 8

2015-03-16 Thread Russell King - ARM Linux
On Mon, Mar 16, 2015 at 02:36:41PM -0600, George Joseph wrote: > The Cubox has a recessed button between the HDMI and RJ-45 connectors > that wasn't mapped in the device tree. Since the button is normally > open and there's no external pull up/down, that pad (EIM_DA8) can be > used for almost anyt

[PATCH] dts: cubox: Map gpio-keys and pps-gpio to gpio3 8

2015-03-16 Thread George Joseph
The Cubox has a recessed button between the HDMI and RJ-45 connectors that wasn't mapped in the device tree. Since the button is normally open and there's no external pull up/down, that pad (EIM_DA8) can be used for almost anything so I've mapped it to gpio-keys BTN_0 and pps-gpio. Whichever driv