diff options
author | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:20 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-02-18 13:33:20 +0000 |
commit | d6515b152d3311516cd400f829450a66c7999e38 (patch) | |
tree | dd0b40258332729e7be512cc11e00305c46fda39 /target/linux/ramips | |
parent | 1cd43bd4760e9efdb43f02f7718128c69d44ede2 (diff) | |
download | upstream-d6515b152d3311516cd400f829450a66c7999e38.tar.gz upstream-d6515b152d3311516cd400f829450a66c7999e38.tar.bz2 upstream-d6515b152d3311516cd400f829450a66c7999e38.zip |
ralink: add gpio_uartf mux group
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39610 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips')
-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"; |