diff options
author | Mathias Kresin <dev@kresin.me> | 2017-11-18 22:05:16 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-22 08:21:53 +0100 |
commit | aa82141d9be0bbac5bf7c8b82fe1b1581e679587 (patch) | |
tree | e557ddd1d44b883fe280e3be78c2a3b6dddb5fa8 /target/linux/ramips/dts/ZBT-WR8305RT.dts | |
parent | b69ceb0c3d705143511fdc32cb92aedda29c7db3 (diff) | |
download | upstream-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.tar.gz upstream-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.tar.bz2 upstream-aa82141d9be0bbac5bf7c8b82fe1b1581e679587.zip |
ramips: use pinmux nodes from dtsi
Use the pinmux nodes from the included dtsi file instead of adding
duplicate nodes.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/ramips/dts/ZBT-WR8305RT.dts')
-rw-r--r-- | target/linux/ramips/dts/ZBT-WR8305RT.dts | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/target/linux/ramips/dts/ZBT-WR8305RT.dts b/target/linux/ramips/dts/ZBT-WR8305RT.dts index 11911b9f09..52cac80a72 100644 --- a/target/linux/ramips/dts/ZBT-WR8305RT.dts +++ b/target/linux/ramips/dts/ZBT-WR8305RT.dts @@ -94,6 +94,8 @@ }; ðernet { + pinctrl-names = "default"; + pinctrl-0 = <&ephy_pins>; mtd-mac-address = <&factory 0x4>; mediatek,portmap = "llllw"; }; @@ -104,11 +106,6 @@ &pinctrl { state_default: pinctrl0 { - ephy { - ralink,group = "ephy"; - ralink,function = "ephy"; - }; - default { ralink,group = "i2c", "uartf", "spi refclk", "wled"; ralink,function = "gpio"; |