aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/dts/DCH-M225.dts
diff options
context:
space:
mode:
authorMathias Kresin <dev@kresin.me>2017-11-18 22:05:16 +0100
committerMathias Kresin <dev@kresin.me>2017-11-22 08:21:53 +0100
commitaa82141d9be0bbac5bf7c8b82fe1b1581e679587 (patch)
treee557ddd1d44b883fe280e3be78c2a3b6dddb5fa8 /target/linux/ramips/dts/DCH-M225.dts
parentb69ceb0c3d705143511fdc32cb92aedda29c7db3 (diff)
downloadupstream-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/DCH-M225.dts')
-rw-r--r--target/linux/ramips/dts/DCH-M225.dts17
1 files changed, 3 insertions, 14 deletions
diff --git a/target/linux/ramips/dts/DCH-M225.dts b/target/linux/ramips/dts/DCH-M225.dts
index 5856036c95..1aea90805c 100644
--- a/target/linux/ramips/dts/DCH-M225.dts
+++ b/target/linux/ramips/dts/DCH-M225.dts
@@ -90,7 +90,7 @@
#sound-dai-cells = <0>;
status = "okay";
pinctrl-names = "default";
- pinctrl-0 = <&wm8960_mclk_pins>;
+ pinctrl-0 = <&mdio_refclk_pins>;
};
&spi0 {
@@ -162,18 +162,6 @@
ralink,group = "uartf";
ralink,function = "gpio i2s";
};
-
- pa {
- ralink,group = "pa";
- ralink,function = "pa";
- };
-
- wm8960_mclk_pins: wm8960_mclk {
- wm8960_mclk {
- ralink,group = "mdio";
- ralink,function = "refclk";
- };
- };
};
};
@@ -187,5 +175,6 @@
&wmac {
ralink,mtd-eeprom = <&factory 0>;
+ pinctrl-names = "default";
+ pinctrl-0 = <&pa_pins>;
};
-