Enable the gpio command Configure the pads to allow access to the button on GPIO_121 and the 2 LEDS on GPIO_7 and GPIO_8
Signed-off-by: Joe Hershberger <joe.hershber...@ni.com> Cc: Joe Hershberger <joe.hershber...@gmail.com> Cc: Sandeep Paulraj <s-paul...@ti.com> --- board/ti/panda/panda_mux_data.h | 3 +++ include/configs/omap4_panda.h | 3 +++ 2 files changed, 6 insertions(+), 0 deletions(-) diff --git a/board/ti/panda/panda_mux_data.h b/board/ti/panda/panda_mux_data.h index 63448b6..d630c71 100644 --- a/board/ti/panda/panda_mux_data.h +++ b/board/ti/panda/panda_mux_data.h @@ -222,6 +222,9 @@ const struct pad_conf_entry wkup_padconf_array_non_essential[] = { {PAD1_SYS_PWRON_RESET, (M3)}, /* gpio_wk29 */ {PAD0_SYS_BOOT6, (IEN | M3)}, /* gpio_wk9 */ {PAD1_SYS_BOOT7, (IEN | M3)}, /* gpio_wk10 */ + {PAD1_FREF_CLK3_REQ, (M3)}, /* gpio_wk30 */ + {PAD1_FREF_CLK4_REQ, (IEN | M3)}, /* gpio_wk7 */ + {PAD0_FREF_CLK4_OUT, (IEN | M3)}, /* gpio_wk8 */ }; #endif /* _PANDA_MUX_DATA_H_ */ diff --git a/include/configs/omap4_panda.h b/include/configs/omap4_panda.h index 67da70e..b88e5ad 100644 --- a/include/configs/omap4_panda.h +++ b/include/configs/omap4_panda.h @@ -35,6 +35,9 @@ #include <configs/omap4_common.h> +/* GPIO */ +#define CONFIG_CMD_GPIO 1 + /* ENV related config options */ #define CONFIG_ENV_IS_NOWHERE -- 1.6.0.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot