Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-orion5x/
Dterastation_pro2-setup.c152 #define TSP2_RTC_GPIO 9 macro
345 if (gpio_request(TSP2_RTC_GPIO, "rtc") == 0) { in tsp2_init()
346 if (gpio_direction_input(TSP2_RTC_GPIO) == 0) in tsp2_init()
347 tsp2_i2c_rtc.irq = gpio_to_irq(TSP2_RTC_GPIO); in tsp2_init()
349 gpio_free(TSP2_RTC_GPIO); in tsp2_init()