Home
last modified time | relevance | path

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

/linux-6.1.9/arch/arm/mach-orion5x/
Dterastation_pro2-setup.c148 #define TSP2_RTC_GPIO 9 macro
341 if (gpio_request(TSP2_RTC_GPIO, "rtc") == 0) { in tsp2_init()
342 if (gpio_direction_input(TSP2_RTC_GPIO) == 0) in tsp2_init()
343 tsp2_i2c_rtc.irq = gpio_to_irq(TSP2_RTC_GPIO); in tsp2_init()
345 gpio_free(TSP2_RTC_GPIO); in tsp2_init()