Skip to content

Instantly share code, notes, and snippets.

@RobertCNelson
Created March 21, 2016 22:15
Show Gist options
  • Select an option

  • Save RobertCNelson/88aa649e43d02fe6858d to your computer and use it in GitHub Desktop.

Select an option

Save RobertCNelson/88aa649e43d02fe6858d to your computer and use it in GitHub Desktop.
BB-BONE-LCD7-01-00A3.dts
diff --git a/src/arm/BB-BONE-LCD7-01-00A3.dts b/src/arm/BB-BONE-LCD7-01-00A3.dts
index 2e35341..b04f66f 100644
--- a/src/arm/BB-BONE-LCD7-01-00A3.dts
+++ b/src/arm/BB-BONE-LCD7-01-00A3.dts
@@ -48,7 +48,6 @@
"P9.15", /* keys: gpio1_16 LEFT */
"P9.23", /* keys: gpio1_17 RIGHT */
"P9.16", /* keys: gpio1_19 UP */
- "P9.30", /* keys: gpio3_16 DOWN */
"P9.21", /* keys: gpio0_3 ENTER */
"ehrpwm1a",
@@ -57,7 +56,6 @@
"gpio1_16", /* LEFT */
"gpio1_17", /* RIGHT */
"gpio1_19", /* UP */
- "gpio3_16", /* DOWN */
"gpio0_3", /* ENTER */
"lcdc",
"tscadc";
@@ -111,7 +109,6 @@
BONE_P9_15 (PIN_INPUT | MUX_MODE7) /* gpmc_a0.gpio1_16 */
BONE_P9_23 (PIN_INPUT | MUX_MODE7) /* gpmc_a1.gpio1_17 */
BONE_P9_16 (PIN_INPUT | MUX_MODE7) /* gpmc_a3.gpio1_19 */
- BONE_P9_30 (PIN_INPUT | MUX_MODE7) /* mcasp0_axr0.gpio3_16 */
BONE_P9_21 (PIN_INPUT | MUX_MODE7) /* spi0_d0.gpio0_3 */
>;
};
@@ -232,14 +229,6 @@
gpio-key,wakeup;
autorepeat;
};
- button@4 {
- debounce_interval = <50>;
- linux,code = <108>;
- label = "down";
- gpios = <&gpio3 16 0x1>;
- gpio-key,wakeup;
- autorepeat;
- };
button@5 {
debounce_interval = <50>;
linux,code = <28>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment