Home
last modified time | relevance | path

Searched refs:GPIO_ETH_LCD (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/board/ti/am57xx/
H A Dboard.c56 #define GPIO_ETH_LCD GPIO_TO_PIN(2, 22) macro
603 gpio_request(GPIO_ETH_LCD, "nLCD_Detect"); in am571x_idk_needs_lcd()
604 if (gpio_get_value(GPIO_ETH_LCD)) in am571x_idk_needs_lcd()
609 gpio_free(GPIO_ETH_LCD); in am571x_idk_needs_lcd()