Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-orion5x/
H A Dts209-setup.c188 #define TS209_RTC_GPIO 3 macro
306 if (gpio_request(TS209_RTC_GPIO, "rtc") == 0) { in qnap_ts209_init()
307 if (gpio_direction_input(TS209_RTC_GPIO) == 0) in qnap_ts209_init()
308 qnap_ts209_i2c_rtc.irq = gpio_to_irq(TS209_RTC_GPIO); in qnap_ts209_init()
310 gpio_free(TS209_RTC_GPIO); in qnap_ts209_init()