diff options
author | John Crispin <john@openwrt.org> | 2014-02-18 13:33:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-02-18 13:33:20 +0000 |
commit | 55383946dc2b17b7bedb5f435b17d0d3e1c5323c (patch) | |
tree | cd93f0c5f317e6f46e4cf0e8b3692f6f66bdb681 /target | |
parent | 363512b8c636475d6faf8042900a873e27312e68 (diff) | |
download | upstream-55383946dc2b17b7bedb5f435b17d0d3e1c5323c.tar.gz upstream-55383946dc2b17b7bedb5f435b17d0d3e1c5323c.tar.bz2 upstream-55383946dc2b17b7bedb5f435b17d0d3e1c5323c.zip |
ralink: add gpio_uartf mux group
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39610
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/ramips/dts/mt7620a.dtsi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ramips/dts/mt7620a.dtsi b/target/linux/ramips/dts/mt7620a.dtsi index 3e735fb18c..b990ed3f5c 100644 --- a/target/linux/ramips/dts/mt7620a.dtsi +++ b/target/linux/ramips/dts/mt7620a.dtsi @@ -288,6 +288,12 @@ ralink,function = "pcm i2s"; }; }; + uartf_gpio_pins: uartf_gpio { + uartf_gpio { + ralink,group = "uartf"; + ralink,function = "gpio uartf"; + }; + }; spi_pins: spi { spi { ralink,group = "spi"; |