summaryrefslogtreecommitdiffstats
path: root/board/goldelico/beagle-expander/COM37H3M05DTC.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/goldelico/beagle-expander/COM37H3M05DTC.c')
-rw-r--r--board/goldelico/beagle-expander/COM37H3M05DTC.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/goldelico/beagle-expander/COM37H3M05DTC.c b/board/goldelico/beagle-expander/COM37H3M05DTC.c
index 4904c0f..526fcb1 100644
--- a/board/goldelico/beagle-expander/COM37H3M05DTC.c
+++ b/board/goldelico/beagle-expander/COM37H3M05DTC.c
@@ -103,7 +103,7 @@ int jbt6k74_enter_state(enum jbt_state new_state)
int jbt6k74_display_onoff(int on)
{
- omap_set_gpio_dataout(GPIO_STBY, on?0:1); // on = no STBY
+ omap_set_gpio_dataout(GPIO_STBY, on?1:0); // on = no STBY
return 0;
}