From 88f6536f5b02b5f0cbe9375b2e027d1c16edc8b7 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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38026 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ramips/dts/WL341V3.dts | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) (limited to 'target/linux/ramips/dts/WL341V3.dts') diff --git a/target/linux/ramips/dts/WL341V3.dts b/target/linux/ramips/dts/WL341V3.dts index 09ef844957..70317c7eee 100644 --- a/target/linux/ramips/dts/WL341V3.dts +++ b/target/linux/ramips/dts/WL341V3.dts @@ -6,18 +6,6 @@ compatible = "WL341V3", "ralink,rt3052-soc"; model = "Sitecom WL-341 v3"; - palmbus@10000000 { - sysc@0 { - ralink,pinmux = "i2c", "spi", "uartlite", "jtag", "mdio", "sdram", "rgmii"; - ralink,uartmux = "gpio"; - ralink,wdtmux = <1>; - }; - - gpio0: gpio@600 { - status = "okay"; - }; - }; - cfi@1f000000 { compatible = "cfi-flash"; reg = <0x1f000000 0x800000>; @@ -51,12 +39,16 @@ }; }; - ethernet@10100000 { - status = "okay"; + pinctrl { + state_default: pinctrl0 { + gpio { + ralink,group = "i2c", "jtag", "rgmii", "mdio", "uartf"; + ralink,function = "gpio"; + }; + }; }; esw@10110000 { - status = "okay"; ralink,portmap = <0x3e>; }; @@ -109,10 +101,6 @@ }; }; - wmac@10180000 { - status = "okay"; - }; - otg@101c0000 { status = "okay"; }; -- cgit v1.2.3