From 8cd1c997079246942680893adbd21d884e131b84 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 17 Sep 2013 21:45:44 +0000 Subject: ralink: add pinctrl driver Signed-off-by: John Crispin SVN-Revision: 38026 --- target/linux/ramips/dts/TEW-691GR.dts | 25 ++++++++----------------- 1 file changed, 8 insertions(+), 17 deletions(-) (limited to 'target/linux/ramips/dts/TEW-691GR.dts') diff --git a/target/linux/ramips/dts/TEW-691GR.dts b/target/linux/ramips/dts/TEW-691GR.dts index 002719583b..98d45fc530 100644 --- a/target/linux/ramips/dts/TEW-691GR.dts +++ b/target/linux/ramips/dts/TEW-691GR.dts @@ -7,29 +7,21 @@ model = "TRENDnet TEW-691GR"; palmbus@10000000 { - sysc@0 { - ralink,pinmux = "uartlite"; - ralink,gpiomux = "i2c", "jtag"; - ralink,uartmux = "gpio"; - ralink,pcimux = "pci-fnc"; - ralink,wdtmux = <1>; - }; - - timer@100 { - status = "okay"; - }; - - gpio0: gpio@600 { + gpio1: gpio@638 { status = "okay"; }; + }; - gpio1: gpio@638 { - status = "okay"; + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "spi", "i2c", "jtag", "uartf"; + ralink,function = "gpio"; + }; }; }; ethernet@10100000 { - status = "okay"; port@0 { phy-handle = <&phy0>; phy-mode = "rgmii"; @@ -44,7 +36,6 @@ }; wmac@10180000 { - status = "okay"; ralink,5ghz = <0>; }; -- cgit v1.2.3