MIPS: ralink: cleanup the soc specific pinmux data
Before we had a pinctrl driver we used a custom OF api. This patch converts the soc specific pinmux data to a new set of structs. We also add some new pinmux setings. Signed-off-by: John Crispin <blogic@openwrt.org> Patchwork: http://patchwork.linux-mips.org/patch/8009/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
4248f7f121
commit
f576fb6a07
@@ -18,6 +18,7 @@
|
||||
#include "common.h"
|
||||
|
||||
struct ralink_soc_info soc_info;
|
||||
struct rt2880_pmx_group *rt2880_pinmux_data = NULL;
|
||||
|
||||
const char *get_system_type(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user