diff options
author | John Crispin <john@openwrt.org> | 2013-09-17 21:45:44 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-09-17 21:45:44 +0000 |
commit | 8cd1c997079246942680893adbd21d884e131b84 (patch) | |
tree | 2e67af73e7ceed76eba06c8cf1c771dbb9785cda /target/linux/ramips/dts/MT7620a_MT7610e.dts | |
parent | 66bed0b0194cfc29bfa477bb525e7618eb696263 (diff) | |
download | upstream-8cd1c997079246942680893adbd21d884e131b84.tar.gz upstream-8cd1c997079246942680893adbd21d884e131b84.tar.bz2 upstream-8cd1c997079246942680893adbd21d884e131b84.zip |
ralink: add pinctrl driver
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 38026
Diffstat (limited to 'target/linux/ramips/dts/MT7620a_MT7610e.dts')
-rw-r--r-- | target/linux/ramips/dts/MT7620a_MT7610e.dts | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/target/linux/ramips/dts/MT7620a_MT7610e.dts b/target/linux/ramips/dts/MT7620a_MT7610e.dts index 03b8043dd1..4ff8747562 100644 --- a/target/linux/ramips/dts/MT7620a_MT7610e.dts +++ b/target/linux/ramips/dts/MT7620a_MT7610e.dts @@ -6,10 +6,8 @@ compatible = "ralink,mt7620a-eval-board", "ralink,mt7620a-soc"; model = "Ralink MT7620A evaluation board"; - palmbus@10000000 { sysc@0 { - ralink,pinmux = "spi", "uartlite", "mdio", "wled", "ephy", "rgmii1", "rgmii2"; ralink,gpiomux = "i2c", "jtag"; ralink,uartmux = "gpio"; ralink,wdtmux = <1>; @@ -28,7 +26,7 @@ compatible = "en25q64"; reg = <0 0>; linux,modalias = "m25p80", "en25q64"; - spi-max-frequency = <10000000>; + spi-max-frequency = <1000000>; partition@0 { label = "u-boot"; @@ -58,6 +56,9 @@ ethernet@10100000 { status = "okay"; + + pinctrl-names = "default"; + pinctrl-0 = <&ephy_pins>; }; gsw@10110000 { |