Mention branches and keyring.
[releases.git] / mach-highlander / pinmux-r7785rp.c
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (C) 2008 Paul Mundt
4  */
5 #include <linux/init.h>
6 #include <linux/gpio.h>
7 #include <cpu/sh7785.h>
8
9 void __init highlander_plat_pinmux_setup(void)
10 {
11         /* SCIF0 */
12         gpio_request(GPIO_FN_SCIF0_CTS, NULL);
13         gpio_request(GPIO_FN_SCIF0_RTS, NULL);
14         gpio_request(GPIO_FN_SCIF0_SCK, NULL);
15         gpio_request(GPIO_FN_SCIF0_RXD, NULL);
16         gpio_request(GPIO_FN_SCIF0_TXD, NULL);
17 }